xdg-terminal-exec: add page (#22069)

Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
Managor
2026-04-20 01:50:52 +03:00
committed by GitHub
parent 96733c8994
commit 1a310fde3f
+16
View File
@@ -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}}`