diff --git a/pages/linux/gnome-terminal.md b/pages/linux/gnome-terminal.md new file mode 100644 index 0000000000..cd9ccae432 --- /dev/null +++ b/pages/linux/gnome-terminal.md @@ -0,0 +1,19 @@ +# gnome-terminal + +> The GNOME Terminal emulator. + +- 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}}"`