2021-09-06 02:00:08 -07:00
|
|
|
# st
|
|
|
|
|
|
|
|
> A simple terminal emulator for the X Window System.
|
2025-05-04 10:20:26 +03:00
|
|
|
> More information: <https://manned.org/st>.
|
2021-09-06 02:00:08 -07:00
|
|
|
|
|
|
|
- Open a terminal:
|
|
|
|
|
|
|
|
`st`
|
|
|
|
|
|
|
|
- Open a terminal with a specific title:
|
|
|
|
|
|
|
|
`st -T {{title}}`
|
|
|
|
|
|
|
|
- Open a terminal, execute a given command, and write the output to a file:
|
|
|
|
|
|
|
|
`st -o {{path/to/file}} -e {{command argument1 argument2}}`
|
|
|
|
|
|
|
|
- Increase/decrease the font size:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<Ctrl Shift {{PageUp|PageDown}}>`
|
2021-09-06 02:00:08 -07:00
|
|
|
|
|
|
|
- Copy/paste from the clipboard:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<Ctrl Shift {{c|v}}>`
|