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