Skip to content

Kate Quick Run v1.0

Latest

Choose a tag to compare

@wyllianbs wyllianbs released this 05 Aug 01:20
· 4 commits to main since this release

Kate Quick Run v1.0

A plugin for the Kate text editor that compiles and runs the current file with a single keyboard shortcut.

Features

  • Ctrl+F5 shortcut to compile and run the current file
  • Support for C, C++, Python, Shell Script, Java, and more
  • Integrated terminal via Konsole KPart (optional)
  • Built-in output panel in Kate
  • Per-filetype configuration with custom commands
  • Full interface translation to Portuguese (pt_BR)

Installation

Debian / Ubuntu

sudo dpkg -i kate-quickrun_1.0-1_amd64.deb

Arch Linux (manual)

git clone https://github.com/wyllianbs/kate-quickrun.git
cd kate-quickrun
makepkg -si

Build from source

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build

Or for the current user only:

./install.sh --user

Dependencies

  • KF6: KTextEditor, KI18n, KParts, KIconThemes, KService, KXmlGui, KConfig, KCoreAddons
  • Qt6 Base
  • Konsole (optional — for embedded terminal)

Release Files

File Description
kate-quickrun_1.0-1_amd64.deb Debian/Ubuntu package (amd64)

License: GPL-2.0-or-later
Author: Prof. Wyllian wyllianbs@gmail.com