Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-20 00:21:53 +00:00
parent 01e38ccf44
commit 60190f32c7
13 changed files with 104 additions and 8 deletions

View File

@@ -29,6 +29,14 @@ source: https://github.com/tldr-pages/tldr.git
`gio trash {{path/to/file}}`
- Empty the trash:
`gio trash --empty`
- Launch an application from a `.desktop` file:
`gio launch {{path/to/file}}.desktop`
- Mark a `.desktop` file as trusted, allowing it to be executed:
`gio set {{path/to/file}}.desktop metadata::trusted true`