mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
ananicy-cpp: add page (#23628)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
co-authored by
Managor
Ivan Baluta
parent
65fdfb3de2
commit
f1332517a7
@@ -0,0 +1,20 @@
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user