This is a terminal that I use everyday, and maybe it will work for you too.
- Based on st-0.9 with patches from 0.8.5
- Default theme: gruvbox
- Default font: FantasqueSansMono
- Spare font:
Source Code Pro
- Swap theme (dark|light) : with
F11
- Scrollback: with
shift-↑/↓
- Scrollback mouse:
shift
while scrolling the mouse - Change font size:
ctrl+shift-↑/↓
- Reset font size:
ctrl+shift-home
returns to default - Copy/Paste text: with
ctrl+shift-c
,ctrl+shift+v
andctrl+shift-insert
or right mouse click - Extract all visible URLs and present rofi/dmenu to select and open one:
ctrl+shift+U
make
tool for buildinglibXft
library for fonts drawingXlib
header files for interacting with an X serverxurls
tool for extract urls from plain textFantasque
default font which you can change inconfig.h
- st-scrollback
- st-scrollback-mouse
- alpha
- externalpipe
- rightclickpaste
- font2
git clone https://github.com/coffeewasmyidea/st
cd st
sudo make install