2025-03-14 21:59:59 -06:00
|
|
|
# gnome-terminal
|
|
|
|
|
|
|
|
|
|
> The GNOME Terminal emulator.
|
|
|
|
|
> More information: <https://help.gnome.org/users/gnome-terminal/stable/>.
|
|
|
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`gnome-terminal --tab {{[-t|--title]}} "{{title}}"`
|