A lightweight, interactive C++ CLI process manager for Linux.
- Scans and displays active system processes.
- Kills target processes using process IDs (PID) via
SIGKILL. - Interactive terminal menu for quick control and refresh.
- GCC Compiler (
g++) - GNU
make - Linux Environment
git clone https://github.com/sudoRebel/tasky.git && cd tasky
make
sudo make install