LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

st.1

Suckless simple terminal emulator

TLDR

Open a terminal
$ st
copy
Open with specific title
$ st -T [title]
copy
Execute command and write output to file
$ st -o [path/to/file] -e [command] [args]
copy
Execute command in terminal
$ st -e [command] [args]
copy
Set geometry
$ st -g [columns]x[rows]
copy

SYNOPSIS

st [OPTIONS] [-e command [args...]]

DESCRIPTION

st is a simple terminal emulator for X11 from the suckless project. It aims to be lightweight and follows the suckless philosophy of simplicity, providing a minimal terminal with core functionality and configuration through source code modification.Features include UTF-8 support, true color, clipboard handling, and configurable keybindings. Unlike feature-rich terminals, st is designed to be patched and recompiled for customization rather than configured through files.

PARAMETERS

-T title

Set window title
-t title
Set window title (alias for -T)
-e command [args]
Execute command instead of shell
-o file
Write terminal output to file
-g geometry
Set window geometry (WxH+X+Y)
-f font
Set font (X11 font string)
-c class
Set window class
-n name
Set window name
-w windowid
Embed in given window ID
-a
Disable alternate screen buffer
-i
Fix screen on insert mode
-v
Print version

KEYBOARD SHORTCUTS

Ctrl+Shift+PageUp/PageDown

Increase/decrease font size
Ctrl+Shift+c
Copy to clipboard
Ctrl+Shift+v
Paste from clipboard
Ctrl+Shift+y
Paste from selection

CAVEATS

Configuration requires editing config.h and recompiling. No scrollback by default; requires a patch or external tool like scroll or tmux. No tabs or splits; use a multiplexer. Requires X11; does not work on Wayland without XWayland.

HISTORY

st was created by the suckless.org community, known for minimalist software including dwm window manager. The project follows the suckless philosophy emphasizing simplicity, clarity, and frugality in software design. st has been developed since 2012 as an alternative to bloated terminal emulators.

SEE ALSO

xterm(1), urxvt(1), alacritty(1), tmux(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid