mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 14:43:07 +00:00
30 lines
557 B
Plaintext
30 lines
557 B
Plaintext
---
|
|
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}}`
|
|
|
|
- Hide window [d]ecorations (this can lock you from accessing the terminal):
|
|
|
|
`cage -d {{application}}`
|
|
|
|
- Allow [s]witching terminals with `<Ctrl Alt F2>`:
|
|
|
|
`cage -s {{application}}`
|
|
|
|
- Display help:
|
|
|
|
`cage -h`
|