Semantic CLI tool for process management. Target by port, process id (PID), name or path.
npm install proc-cliSemantic CLI tool for process management. Target by port, process id (PID), name or path.
``bash`
npm install -g proc-cli
yarn global add proc-cli
pnpm add -g proc-cli
bun install -g proc-cli
`bash`
proc on :3000 # what's on port 3000?
proc kill :3000,:8080 # kill multiple targets
proc by node --in . # node processes in current directory
This package downloads the native proc` binary for your platform. The binary is written in Rust for maximum performance.
MIT