This package browser is in early development. Mind the rough edges.

st

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.

Installation

Install the latest version of st as follows:

guix install st

Or install a particular version:

guix install st@0.8.5

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.