tldr/pages/linux/konsole.md

21 lines
502 B
Markdown
Raw Normal View History

2020-08-19 13:11:18 +01:00
# konsole
> KDE's terminal emulator.
> More information: <https://docs.kde.org/stable5/en/konsole/konsole/command-line-options.html>.
2020-08-19 13:11:18 +01:00
- Open the terminal in a specific directory:
2020-08-19 13:11:18 +01:00
`konsole --workdir {{path/to/directory}}`
- [e]xecute a specific command and don't close the window after it exits:
2020-08-19 13:11:18 +01:00
`konsole --noclose -e "{{command}}"`
2020-08-19 13:11:18 +01:00
- Open a new tab:
`konsole --new-tab`
- Open the terminal in the background and bring to the front when `Ctrl+Shift+F12` is pressed:
2020-08-19 13:11:18 +01:00
`konsole --background-mode`