Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-10 00:20:25 +00:00
parent 30f33b22c9
commit 52cb2c6c28
4 changed files with 64 additions and 2 deletions

21
tldr/linux/cage Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# cage
> Open an applications in a kiosk mode.
> More information: <https://github.com/cage-kiosk/cage/blob/master/cage.1.scd>.
- Run an application:
`cage {{application}}`
- Give the application arguments:
`cage -- {{application}} {{arguments}}`
- Display help:
`cage -h`