Releases: wyllianbs/kate-quickrun
Releases · wyllianbs/kate-quickrun
Release list
Kate Quick Run v1.0
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+F5shortcut 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.debArch Linux (manual)
git clone https://github.com/wyllianbs/kate-quickrun.git
cd kate-quickrun
makepkg -siBuild from source
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install buildOr for the current user only:
./install.sh --userDependencies
- 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