st
Forked from https://github.com/Lukesmithxyz/st
Unique features (using dmenu)
- follow urls by pressing
alt-l - copy urls in the same way with
alt-y - copy the output of commands with
alt-o
Bindings for
- scrollback with
alt-↑/↓oralt-pageup/downorshiftwhile scrolling the mouse. - OR vim-bindings: scroll up/down in history with
alt-kandalt-j. Faster withalt-u/alt-d. - zoom/change font size: same bindings as above, but holding down shift as
well.
alt-homereturns to default - copy text with
alt-c, paste isalt-vorshift-insert
st patches
- alpha
- xresources
- boxdraw
- ligatures
- font2
- scrollback
- externalpipe
Installation
apt install fontconfig libx11-dev libxft-dev libharfbuzz-dev build-essential
git clone https://gitea.chudnick.com/sam/st
cd st
sudo make install
