jsav0 / st

savage's fork of the suckless simple terminal (st)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test

st

my fork of the suckless simple terminal (st)
screenshot

INSTALL

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 view
    • super + L : pass links to urlhandler.sh and perform action
    • super + shift + I : extract IPv4 addresses in view and query for info (info_regex.sh and ipinfo.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 time
    • alt + shift + h/j/k/l : scroll up/down one page at a time
    • alt + c : copy
    • alt + v : paste
    • alt + shift + esc : enter "vim-like mode" with keyboard select

About

savage's fork of the suckless simple terminal (st)

License:MIT License


Languages

Language:C 96.7%Language:Roff 2.1%Language:Makefile 1.2%