Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -10,27 +10,27 @@ source: https://github.com/tldr-pages/tldr.git
- Execute all programs in the autostart folders:
`dex --autostart`
`dex {{[-a|--autostart]}}`
- Execute all programs in the specified folders:
`dex --autostart --search-paths {{path/to/directory1}}:{{path/to/directory2}}:{{path/to/directory3}}:`
`dex {{[-a|--autostart]} {{[-s|--search-paths]}} {{path/to/directory1}}:{{path/to/directory2}}:{{path/to/directory3}}:`
- Preview the programs would be executed in a GNOME specific autostart:
`dex --autostart --environment {{GNOME}}`
`dex {{[-a|--autostart]} {{[-e|--environment]}} {{GNOME}}`
- Preview the programs would be executed in a regular autostart:
`dex --autostart --dry-run`
`dex {{[-a|--autostart]} {{[-d|--dry-run]}}`
- Preview the value of the DesktopEntry property `Name`:
`dex --property {{Name}} {{path/to/file.desktop}}`
`dex {{[-p|--property]}} {{Name}} {{path/to/file.desktop}}`
- Create a DesktopEntry for a program in the current directory:
`dex --create {{path/to/file.desktop}}`
`dex {{[-c|--create]}} {{path/to/file.desktop}}`
- Execute a single program (with `Terminal=true` in the desktop file) in the given terminal: