mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
lxterminal: add page (#6042)
This commit is contained in:
parent
3f473b43d7
commit
50c36615bf
1 changed files with 24 additions and 0 deletions
24
pages/linux/lxterminal.md
Normal file
24
pages/linux/lxterminal.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# lxterminal
|
||||
|
||||
> Terminal emulator for LXDE.
|
||||
> More information: <https://wiki.lxde.org/en/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}}`
|
Loading…
Add table
Reference in a new issue