procx 0.1.11

ProcX is an interactive command-line tool for quickly searching and terminating processes, offering a streamlined alternative to traditional kill.
Documentation
1
2
3
4
5
pub mod args;
pub mod config;
pub mod processes;
pub mod settings;
pub mod tui;