Forrest logo
back to context overview

lxterminal

List of commands for lxterminal:

  • lxterminal:tldr:0d524 lxterminal: Open an LXTerminal window with multiple tabs.
    $ lxterminal --tabs=${tab_name1,tab_name2,---}
    try on your machine
    explain this command
  • lxterminal:tldr:1fc45 lxterminal: Open an LXTerminal window.
    $ lxterminal
    try on your machine
    explain this command
  • lxterminal:tldr:55ff2 lxterminal: Open an LXTerminal window with a specific working directory.
    $ lxterminal --working-directory=${path-to-directory}
    try on your machine
    explain this command
  • lxterminal:tldr:b7372 lxterminal: Open an LXTerminal window with a specific title.
    $ lxterminal --title=${title_name}
    try on your machine
    explain this command
  • lxterminal:tldr:d3126 lxterminal: Open an LXTerminal window, run a command, and then exit.
    $ lxterminal -e "${command}"
    try on your machine
    explain this command
back to context overview