No description
Find a file
2020-12-19 23:13:44 +03:00
.gitignore Merge branch 'st-alpha-0.8.2' 2020-12-19 23:13:44 +03:00
arg.h Initial (st-0.8.2 with solarized and scrollback diff's) 2019-12-02 14:38:37 +03:00
config.h Merge branch 'st-alpha-0.8.2' 2020-12-19 23:13:44 +03:00
config.mk Apply alpha for 0.8.4 2020-12-19 20:32:56 +03:00
FAQ Merge 0.8.4 2020-12-19 03:27:43 +03:00
LEGACY Merge 0.8.4 2020-12-19 03:27:43 +03:00
LICENSE Merge 0.8.4 2020-12-19 03:27:43 +03:00
Makefile Initial (st-0.8.2 with solarized and scrollback diff's) 2019-12-02 14:38:37 +03:00
README Merge 0.8.4 2020-12-19 03:27:43 +03:00
README.md Merge branch 'st-alpha-0.8.2' 2020-12-19 23:13:44 +03:00
st.1 Merge 0.8.4 2020-12-19 03:27:43 +03:00
st.c Apply st-scrollback-0.8.4.diff 2020-12-19 17:03:09 +03:00
st.h Merge branch 'st-alpha-0.8.2' 2020-12-19 23:13:44 +03:00
st.info Merge 0.8.4 2020-12-19 03:27:43 +03:00
st.o Apply alpha for 0.8.4 2020-12-19 20:32:56 +03:00
TODO Merge 0.8.4 2020-12-19 03:27:43 +03:00
win.h Merge 0.8.4 2020-12-19 03:27:43 +03:00
x.c Merge branch 'st-alpha-0.8.2' 2020-12-19 23:13:44 +03:00

st - simple terminal emulator for X.

Bindings

  • Scrollback: with shift-↑/↓ or shift-h/shift-j
  • Scrollback mouse: shift while scrolling the mouse
  • Change font size:ctrl+shift-↑/↓
  • Reset font size: ctrl+shifts-home returns to default
  • Copy/Paste text: with ctrl+shift-c and ctrl+shift+v or ctrl+shift-insert

Requirements

  • make tool for building
  • libXft library for fonts drawing
  • Xlib header files for interacting with an X server
  • Droid Sans Mono Slashed for Powerline just default font, which you can change it in config.h

Patches

  • st-scrollback
  • st-scrollback-mouse
  • alpha

Simple installation

git clone https://github.com/ssilaev/st
cd st
sudo make install