
konsole
List of commands for konsole:
-
konsole:tldr:28486 konsole: [e]xecute a specific command and don't close the window after it exits.$ konsole --noclose -e "${command}"try on your machineexplain this command
-
konsole:tldr:7473a konsole: Open a new tab.$ konsole --new-tabtry on your machineexplain this command
-
konsole:tldr:d508a konsole: Open the terminal in a specific directory.$ konsole --workdir ${path-to-directory}try on your machineexplain this command
-
konsole:tldr:e08d6 konsole: Open the terminal in the background and bring to the front when `Ctrl+Shift+F12` is pressed.$ konsole --background-modetry on your machineexplain this command