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!