1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
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

24 lines
544 B
Markdown

# 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}}`