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

@@ -17,14 +17,14 @@ source: https://github.com/tldr-pages/tldr.git
`aur sync {{package}}`
- [l]ist packages available in your local repository:
- List packages available in your local repository:
`aur repo --list`
`aur repo {{[-l|--list]}}`
- [u]pgrade local repository packages:
- Upgrade local repository packages:
`aur sync --upgrades`
`aur sync {{[-u|--upgrades]}}`
- Install a package without viewing changes in Vim and do not confirm dependency installation:
`aur sync --noview --noconfirm {{package}}`
`aur sync --noview {{[-n|--noconfirm]}} {{package}}`