mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
f1332517a7
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
21 lines
480 B
Markdown
21 lines
480 B
Markdown
# ananicy-cpp
|
|
|
|
> Feature-rich C++ rewrite of the Ananicy auto-nice daemon for Linux.
|
|
> More information: <https://gitlab.com/ananicy-cpp/ananicy-cpp>.
|
|
|
|
- Output all currently parsed rules and rule files:
|
|
|
|
`ananicy-cpp dump rules`
|
|
|
|
- Output all configured process types:
|
|
|
|
`ananicy-cpp dump types`
|
|
|
|
- Output all current rules in JSON format:
|
|
|
|
`ananicy-cpp dump rules --json`
|
|
|
|
- Parse and validate custom rule files without applying them:
|
|
|
|
`ananicy-cpp parse {{path/to/file.rules}}`
|