Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-07 00:19:24 +00:00
parent 3e6fa5fca1
commit 4102fec4f8
26 changed files with 610 additions and 8 deletions

33
tldr/linux/pacini Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pacini
> Query pacman-style configuration files.
> More information: <https://github.com/andrewgregory/pacutils/blob/master/doc/pacini.pod>.
- Show the full parsed configuration file (default: `stdin`):
`pacini {{path/to/file}}`
- List configured sections:
`pacini --section-list`
- Always show directive names even if only one directive is provided:
`pacini --verbose {{directive}}`
- Display directives listed in a specific section:
`pacini --section {{section_name}}`
- Display help:
`pacini --help`
- Display version:
`pacini --version`