Crates.io | procx |
lib.rs | procx |
version | |
source | src |
created_at | 2024-10-24 15:39:23.714389 |
updated_at | 2024-12-01 06:19:41.68195 |
description | ProcX is an interactive command-line tool for quickly searching and terminating processes, offering a streamlined alternative to traditional kill. |
homepage | https://trinhminhtriet.com |
repository | https://github.com/trinhminhtriet/procx |
max_upload_size | |
id | 1421471 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
____ __ __
| _ \ _ __ ___ ___ \ \/ /
| |_) || '__| / _ \ / __| \ /
| __/ | | | (_) || (__ / \
|_| |_| \___/ \___|/_/\_\
๐งน ProcX is an interactive command-line tool for quickly searching and terminating processes, offering a streamlined alternative to traditional kill
.
TBD
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
Run procx with the following command to kill the process:
./procx [options]
Running the below command will globally uninstall the procx
binary.
cargo uninstall procx
Remove the project repo
rm -rf /path/to/git/clone/procx
We welcome contributions!
git checkout -b my-feature
;git commit -m "feat: my new feature"
;git push origin my-feature
.Once your pull request has been merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.