mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:45:59 +02:00
konsole: add page (#4278)
This commit is contained in:
parent
0a00c5326a
commit
44f4a568d9
1 changed files with 24 additions and 0 deletions
24
pages/linux/konsole.md
Normal file
24
pages/linux/konsole.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# konsole
|
||||
|
||||
> Konsole: The KDE terminal emulator.
|
||||
> More information: <https://konsole.kde.org>.
|
||||
|
||||
- Open a new Konsole in a specific directory:
|
||||
|
||||
`konsole --workdir {{path/to/directory}}`
|
||||
|
||||
- Run a specific command and do not close the window after it exits:
|
||||
|
||||
`konsole --noclose -e {{command}}`
|
||||
|
||||
- Open a new tab:
|
||||
|
||||
`konsole --new-tab`
|
||||
|
||||
- Open a Konsole in the background and bring to the front when Ctrl+Shift+F12 (by default) is pressed:
|
||||
|
||||
`konsole --background-mode`
|
||||
|
||||
- Open a Konsole with the emergency FALLBACK profile:
|
||||
|
||||
`konsole --fallback-profile`
|
Loading…
Add table
Reference in a new issue