PROCS(1) | User Commands | PROCS(1) |
procs - a replacement for `ps` written in Rust
procs [OPTIONS] [KEYWORDS]
procs is a command-line tool that provides an alternative to the ps command.
--and
--or
--nand
--nor
--watch
--watch-interval <second>
--tree
--sorta <column>
--sortd <column>
--insert <column>
--gen-completion
Show all processes
Search by non-numeric keyword
Search by numeric keyword
Show Docker container name
If --watch or --watch-interval <second> option is used, procs automatically updates output like top. Keyboard shortcuts are available for control.
n
p
a
d
q
The output of procs can be fully customized by writing up a configuration file and saving it as $HOME/.config/procs/config.toml (per-user) or /etc/procs/procs.toml (system-wide). A complete example can be found at /usr/share/doc/procs/config.toml.example. A thorough explanation of the file format is provided at <https://github.com/dalance/procs> or in /usr/share/doc/procs/README.md.
Project source code and full documentation: <https://github.com/dalance/procs>
2025-01-19 | procs |