test
my fork of the suckless simple terminal (st)
git clone https://github.com/jsav0/st
sudo make install
DEPENDENCIES:
On Debian (and related):
sudo apt-get install git gcc make libx11-dev libxft-dev
On Void:
sudo xbps-install -S git gcc make libXft-devel libX11-devel
Included patches: (2020-01-30)
-
external pipe
super + l
: cycle thru, highlight and copy links that are in viewsuper + L
: pass links tourlhandler.sh
and perform actionsuper + shift + I
: extract IPv4 addresses in view and query for info (info_regex.sh
andipinfo.sh
)
-
copyurl
-
scrollback
-
keyboard select (vim keys)
-
alphafocus-highlight (transparency w/ picom)
-
dracula-colors
-
keybindings
alt + h/j/k/l
: scroll up/down one line at a timealt + shift + h/j/k/l
: scroll up/down one page at a timealt + c
: copyalt + v
: pastealt + shift + esc
: enter "vim-like mode" with keyboard select