#kill #process #linux #search #command-line-tool #system #terminal

bin+lib procx

ProcX is an interactive command-line tool for quickly searching and terminating processes, offering a streamlined alternative to traditional kill

6 releases

0.1.5 Dec 1, 2024
0.1.4 Oct 31, 2024

#2815 in Command line utilities

Download history 226/week @ 2024-10-21 352/week @ 2024-10-28 17/week @ 2024-11-04 4/week @ 2024-11-18 103/week @ 2024-11-25 56/week @ 2024-12-02 12/week @ 2024-12-09

175 downloads per month

Custom license

61KB
1.5K SLoC

๐Ÿงน ProcX

 ____                     __  __
|  _ \  _ __   ___    ___ \ \/ /
| |_) || '__| / _ \  / __| \  /
|  __/ | |   | (_) || (__  /  \
|_|    |_|    \___/  \___|/_/\_\

๐Ÿงน ProcX is an interactive command-line tool for quickly searching and terminating processes, offering a streamlined alternative to traditional kill.

โœจ Features

TBD

๐Ÿš€ Installation

To install procx, simply clone the repository and follow the instructions below:

git clone https://github.com/trinhminhtriet/procx.git
cd procx
cargo build --release
cp ./target/release/procx /usr/local/bin/

Running the below command will globally install the procx binary.

cargo install procx

Optionally, you can add ~/.cargo/bin to your PATH if it's not already there

echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

๐Ÿ’ก Usage

Run procx with the following command to kill the process:

./procx [options]

๐Ÿ—‘๏ธ Uninstallation

Running the below command will globally uninstall the procx binary.

cargo uninstall procx

Remove the project repo

rm -rf /path/to/git/clone/procx

๐Ÿค How to contribute

We welcome contributions!

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m "feat: my new feature";
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

๐Ÿ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~10โ€“42MB
~604K SLoC