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