Files
tldr/pages.zh/linux/lxterminal.md

24 lines
565 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lxterminal
> LXDE的终端模拟器。
> 更多信息:<https://github.com/lxde/lxterminal>。
- 打开一个LXTerminal窗口
`lxterminal`
- 打开一个LXTerminal窗口运行一个命令然后退出
`lxterminal -e "{{command}}"`
- 打开一个带有多个标签的LXTerminal窗口
`lxterminal --tabs={{tab_name1,tab_name2,...}}`
- 打开一个具有特定标题的LXTerminal窗口
`lxterminal --title={{title_name}}`
- 打开一个具有特定工作目录的LXTerminal窗口
`lxterminal --working-directory={{path/to/directory}}`