tldr/pages/linux/gnome-terminal.md

21 lines
418 B
Markdown
Raw Normal View History

2018-08-19 06:03:21 +01:00
# gnome-terminal
> The GNOME Terminal emulator.
> More information: <https://help.gnome.org/users/gnome-terminal/stable/>.
2018-08-19 06:03:21 +01:00
- Open a new GNOME terminal window:
`gnome-terminal`
- Run a specific command in a new terminal window:
`gnome-terminal -- {{command}}`
- Open a new tab in the last opened window instead:
`gnome-terminal --tab`
- Set the title of the new tab:
`gnome-terminal --tab --title "{{title}}"`