From 44f4a568d96d39f4b15850c1f4c0ebce6c370c02 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Wed, 19 Aug 2020 09:11:18 -0300 Subject: [PATCH] konsole: add page (#4278) --- pages/linux/konsole.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/konsole.md diff --git a/pages/linux/konsole.md b/pages/linux/konsole.md new file mode 100644 index 0000000000..5c01b7f4f1 --- /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`