tldr/pages/linux/lxterminal.md
Alejandro Cervera 2862a8c713
pages/linux/*: replace broken links (#12850)
Co-authored-by: spageektti <git@spageektti.cc>
2024-05-28 18:25:30 +02:00

544 B

lxterminal

Terminal emulator for LXDE. More information: https://github.com/lxde/lxterminal.

  • Open an LXTerminal window:

lxterminal

  • Open an LXTerminal window, run a command, and then exit:

lxterminal -e "{{command}}"

  • Open an LXTerminal window with multiple tabs:

lxterminal --tabs={{tab_name1,tab_name2,...}}

  • Open an LXTerminal window with a specific title:

lxterminal --title={{title_name}}

  • Open an LXTerminal window with a specific working directory:

lxterminal --working-directory={{path/to/directory}}