2025-03-14 21:59:59 -06:00
|
|
|
# st
|
|
|
|
|
|
|
|
|
|
> A simple terminal emulator for the X Window System.
|
|
|
|
|
> More information: <https://st.suckless.org>.
|
|
|
|
|
|
|
|
|
|
- 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-19 19:23:44 -06:00
|
|
|
`<Ctrl Shift {{PageUp|PageDown}}>`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Copy/paste from the clipboard:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`<Ctrl Shift {{c|v}}>`
|