Crates.io | proc-find |
lib.rs | proc-find |
version | 0.1.0 |
source | src |
created_at | 2022-03-30 18:56:42.047577 |
updated_at | 2022-03-30 18:56:42.047577 |
description | A command line tool to search for and manage processes (using listened ports and more.) |
homepage | |
repository | |
max_upload_size | |
id | 559359 |
size | 26,148 |
proc
makes it easy to find and manage system processes. Right now, the main usage is finding processes by the ports
it is listening on, but more features are planned.
# Find the process listening on port 5000
proc -p 5000
# Find the process listening on port 5000 and print the process name
proc -ap 5000
# Find the process listening on port 5000 and kill it
proc -p 5000 -- kill
cargo install proc-find
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)