49bcf79e6e73ba081d4a5645b451738a85a82d88
Sherpa
The simplest terminal around
Sherpa is a lightweight terminal for Linux. Developed for Everest Linux. Provides a strong baseline for customization.
Installation
Download one of the precompiled binaries on the releases page
OR
Clone this reository to any directory (EXCEPT /tmp), then run: gcc -O2 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o sherpa $(pkg-config --libs vte-2.91), then move the executable to /usr/bin by running: sudo mv /path/to/executable /usr/bin
Features
Lightweight terminal emulator out of the box
Strong base to customize
Less lines of code than most terminal emulators (including st)
Notes
Runs on any GTK capable system. This includes KDE Plasma.
Description
Languages
C
63.2%
Shell
36.8%
