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

@@ -15,12 +15,12 @@ source: https://github.com/tldr-pages/tldr.git
- Show a notification with specified urgency:
`dunstify "{{Title}}" "{{Message}}" -u {{low|normal|critical}}`
`dunstify "{{Title}}" "{{Message}}" {{[-u|--urgency]}} {{low|normal|critical}}`
- Specify a message ID (overwrites any previous messages with the same ID):
`dunstify "{{Title}}" "{{Message}}" -r {{123}}`
`dunstify "{{Title}}" "{{Message}}" {{[-r|--replace]}} {{123}}`
- Display help:
`dunstify --help`
`dunstify {{[-?|--help]}}`