Forrest logo
back to context overview

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 machine
    explain this command
  • konsole:tldr:7473a konsole: Open a new tab.
    $ konsole --new-tab
    try on your machine
    explain this command
  • konsole:tldr:d508a konsole: Open the terminal in a specific directory.
    $ konsole --workdir ${path-to-directory}
    try on your machine
    explain 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-mode
    try on your machine
    explain this command
back to context overview