1 个不稳定版本
0.1.0 | 2022年3月30日 |
---|
#8 在 #listening
13KB
226 代码行
proc
proc
使得查找和管理系统进程变得简单。目前,主要使用方式是通过进程监听的端口来查找进程,但还计划增加更多功能。
用法
# 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
路线图
贡献
贡献使开源社区成为一个学习、灵感和创作的绝佳场所。您做出的任何贡献都将非常受赞赏。
如果您有改进此项目的建议,请fork仓库并创建一个pull request。您也可以简单地创建一个带有“增强”标签的问题。别忘了给项目加星!再次感谢!
- fork项目
- 创建您的功能分支(
git checkout -b feature/AmazingFeature
) - 提交您的更改(
git commit -m '添加一些AmazingFeature'
) - 推送到分支(
git push origin feature/AmazingFeature
) - 打开一个pull request
依赖项
~5MB
~95K SLoC