mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
1a310fde3f
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
376 B
376 B
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}}