st

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

Install

All systems
curl cmd.cat/st.sh
Debian Debian
apt-get install st
Alpine
apk add st
image/svg+xml Kali Linux
apt-get install st
Fedora
dnf install st
OS X
brew install st
Docker
docker run cmd.cat/st st powered by Commando

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:
    <Ctrl> + <Shift> + Page Up|Page Down
  • Copy/paste from the clipboard:
    <Ctrl> + <Shift> + C|V

© tl;dr; authors and contributors