From 346d60f005cabdd59294569cbebeca6cb70c5ba9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 19 Aug 2018 06:03:21 +0100 Subject: [PATCH] gnome-terminal: add page (#2247) --- pages/linux/gnome-terminal.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/gnome-terminal.md 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}}"`