mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
xdg-terminal-exec: add page (#22069)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# xdg-terminal-exec
|
||||
|
||||
> Open the default terminal.
|
||||
> More information: <https://manned.org/xdg-terminal-exec>.
|
||||
|
||||
- Open the default terminal:
|
||||
|
||||
`xdg-terminal-exec`
|
||||
|
||||
- Execute a command in the default terminal:
|
||||
|
||||
`xdg-terminal-exec {{command}} {{argument1 argument2 ...}}`
|
||||
|
||||
- Hold the terminal open after the command has finished executing:
|
||||
|
||||
`xdg-terminal-exec --hold {{command}}`
|
||||
Reference in New Issue
Block a user