2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`lxterminal {{[-e|--command]}} "{{command}}"`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|