My build of st - simple terminal
updated to latest version 0.8.5
- alpha
- boxdraw
- copyurl-multiline
- externalpipe
- font2
- scrollback
- scrollback-mouse
- xresources-with-reload-signal
Extra features (using dmenu) copied from Luke's build
- follow urls by pressing
alt-shift-l
- copy urls in the same way with
alt-y
- copy the output of commands with
alt-o
# example
xrdb ~/.Xresources && kill -USR1 $(pidof st)
- scroll ↑/↓ by line:
alt-p/n
- scroll ↑/↓ by page:
alt-v/ctrl-v
orshift-Page Up/Page Down
- select and copy url (using coryurl patch):
alt-l
- increase/decrease/reset font size:
ctrl-=/-/0
orctrl-shift-Page Up/Page Down/Home
git clone https://github.com/Graphity/st.git
cd st
sudo make install clean