diff --git a/pages/linux/konsole.md b/pages/linux/konsole.md new file mode 100644 index 000000000..5c01b7f4f --- /dev/null +++ b/pages/linux/konsole.md @@ -0,0 +1,24 @@ +# konsole + +> Konsole: The KDE terminal emulator. +> More information: . + +- 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`