KDE Terminal Launcher

A very basic program that launches the default configured terminal in KDE's settings

Licensed under GNU LGPLv2.1

ktermlaunch

A very basic program that launches the default configured terminal in KDE's settings. It wraps around KDE's KToolInovcation, which is doing all of the heavy lifting.

If you don't want to launch a terminal, but instead see the command that would be executed, pass the flag --print.

Installing

First off, compile the project. Here, I use CMake and Ninja just like KDevelop:

mkdir build
cd build
cmake -G Ninja -Wdev -Werror=dev -Wdeprecated -Werror=deprecated -DCMAKE_BUILD_TYPE=Debug ..
ninja

Then copy the executable build/ktermlaunch to somewhere in $PATH.

Arch Linux

If you use Arch Linux, you can download this from the AUR instead.

License

Licensed under the LGPL, version 2.0 or later. Copyright 2021, Nogweii me@nogweii.net