st 0.8.5
Simple terminal emulator
St implements a simple and lightweight terminal emulator. It implements 256 colors, most VT10X escape sequences, utf8, X11 copy/paste, antialiased fonts (using fontconfig), fallback fonts, resizing, and line drawing.
- Website: https://st.suckless.org/
- Licenses: X11
- Package source: gnu/packages/suckless.scm
- Builds: See build status
- Issues: See known issues
Installation
Install st 0.8.5
as follows:
guix install st@0.8.5
Or install the latest version:
guix install st
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.