1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-09 08:46:00 +02:00
tldr/pages/linux/st.md
Managor 79b8d3e3b8
*: replace … with individual dots and refresh pages (#16368)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-04 10:20:26 +03:00

460 B

st

A simple terminal emulator for the X Window System. More information: https://manned.org/st.

  • 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:

<Ctrl Shift {{PageUp|PageDown}}>

  • Copy/paste from the clipboard:

<Ctrl Shift {{c|v}}>