mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 01:53:40 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user