2020-08-19 13:11:18 +01:00
|
|
|
# konsole
|
|
|
|
|
2022-12-05 06:43:19 +00:00
|
|
|
> KDE's terminal emulator.
|
2023-11-19 21:07:13 +00:00
|
|
|
> More information: <https://docs.kde.org/stable5/en/konsole/konsole/command-line-options.html>.
|
2020-08-19 13:11:18 +01:00
|
|
|
|
2022-12-05 06:43:19 +00:00
|
|
|
- Open the terminal in a specific directory:
|
2020-08-19 13:11:18 +01:00
|
|
|
|
|
|
|
`konsole --workdir {{path/to/directory}}`
|
|
|
|
|
2022-12-05 06:43:19 +00:00
|
|
|
- [e]xecute a specific command and don't close the window after it exits:
|
2020-08-19 13:11:18 +01:00
|
|
|
|
2022-12-05 06:43:19 +00:00
|
|
|
`konsole --noclose -e "{{command}}"`
|
2020-08-19 13:11:18 +01:00
|
|
|
|
|
|
|
- Open a new tab:
|
|
|
|
|
|
|
|
`konsole --new-tab`
|
|
|
|
|
2022-12-05 06:43:19 +00:00
|
|
|
- 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`
|