Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# acpi
> Shows battery status or thermal information.
> More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
> More information: <https://manned.org/acpi>.
- Show battery information:
@@ -14,20 +14,20 @@ source: https://github.com/tldr-pages/tldr.git
- Show thermal information:
`acpi -t`
`acpi {{[-t|--thermal]}}`
- Show cooling device information:
`acpi -c`
`acpi {{[-c|--cooling]}}`
- Show thermal information in Fahrenheit:
`acpi -tf`
`acpi {{[-tf|--thermal --fahrenheit]}}`
- Show all information:
`acpi -V`
`acpi {{[-V|--everything]}}`
- Extract information from `/proc` instead of `/sys`:
`acpi -p`
`acpi {{[-p|--proc]}}`