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

@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
- Use sudo and sudoedit to remove and merge files:
`pacdiff --sudo`
`pacdiff {{[-s|--sudo]}}`
- Review files needing maintenance, creating `.bak`ups of the original if you `(O)verwrite`:
`pacdiff --sudo --backup`
`pacdiff {{[-s|--sudo]}} {{[-b|--backup]}}`
- Use a specific editor to view and merge configuration files (default is `vim -d`):
@@ -26,8 +26,8 @@ source: https://github.com/tldr-pages/tldr.git
- Scan for configuration files with `locate` instead of using `pacman` database:
`pacdiff --locate`
`pacdiff {{[-l|--locate]}}`
- Display help:
`pacdiff --help`
`pacdiff {{[-h|--help]}}`