A command line tool built using Rust, Ratatui, and Sysinfo for finding and terminating processes.
- Clone this repository.
- Run
cargo build --release, and move the binary to the desired placemv syskill/target/release/syskill <target directory present in path>. - OPTIONAL: Add an alias to your bashrc to run the util directly from the target folder using something like
alias sk="~/<path to syskill directory>/syskill/target/release/syskill". Don't forget to runsourceagainst the file in which your alias lives.
The j and k keys allow you to scroll up and down through the process table. The d key allows you to kill a highlighted processes. The r key refreshes the list of processes. The q key exits the application.
