proc uses natural patterns: proc on :3000 # What's on port 3000? proc kill node # Kill all Node processes proc ps --in # Processes in this directory proc tree -a 1234 # Where did this process come from?
Written in Rust, works on macOS/Linux/Windows.
GitHub: https://github.com/yazeed/proc Install: brew tap yazeed/proc && brew install proc
Happy to answer questions!
goh-chunlin•1h ago
Great to see `--dry-run` on the roadmap! One thing I'd love to see is if `proc kill` could show a confirmation table of exactly which PIDs would be targeted before executing, similar to how `terraform plan` works.