๐งน 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:
Running the below command will globally install the procx
binary.
Optionally, you can add ~/.cargo/bin
to your PATH if it's not already there
๐ก Usage
Run procx with the following command to kill the process:
๐๏ธ Uninstallation
Running the below command will globally uninstall the procx
binary.
Remove the project repo
๐ค 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.