Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-08 00:14:59 +00:00
parent a812b3c467
commit f8bee5305f
111 changed files with 540 additions and 310 deletions

View File

@@ -14,28 +14,28 @@ source: https://github.com/tldr-pages/tldr.git
- Print a full description of CPU, memory, disk, network, and process information and filter sensitive information:
`inxi --expanded --filter`
`inxi {{[-ez|--expanded --filter]}}`
- Print a summary of CPU information:
`inxi --cpu`
`inxi {{[-C|--cpu]}}`
- Print a summary of graphics information:
`inxi --graphics`
`inxi {{[-G|--graphics]}}`
- Print a summary of system RAM:
`inxi --memory`
`inxi {{[-m|--memory]}}`
- Print a summary of system audio:
`inxi --audio`
`inxi {{[-A|--audio]}}`
- Print available sensor data:
`inxi --sensors`
`inxi {{[-s|--sensors]}}`
- Print information about the distribution's repositories:
`inxi --repos`
`inxi {{[-r|--repos]}}`