mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
f1332517a7
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
480 B
480 B
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}}