aboutsummaryrefslogtreecommitdiff

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-↑/↓ or alt-pageup/down or shift while scrolling the mouse.
  • OR vim-bindings: scroll up/down in history with alt-k and alt-j. Faster with alt-u/alt-d.
  • zoom/change font size: same bindings as above, but holding down shift as well. alt-home returns to default
  • copy text with alt-c, paste is alt-v or shift-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