mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 20:55:51 +02:00
gnome-terminal: add page (#2247)
This commit is contained in:
parent
4428bf586d
commit
346d60f005
1 changed files with 19 additions and 0 deletions
19
pages/linux/gnome-terminal.md
Normal file
19
pages/linux/gnome-terminal.md
Normal file
|
@ -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}}"`
|
Loading…
Add table
Reference in a new issue