A simple VTE based terminal
Go to file
2022-01-11 16:09:57 +00:00
LICENSE Initial commit 2021-12-12 12:48:00 -05:00
Makefile Add files via upload 2022-01-05 09:59:33 -05:00
README.md Update README.md 2022-01-11 16:09:57 +00:00
sherpa-v.py Update sherpa-v.py 2021-12-17 11:46:32 -05:00
sherpa.c add ascii art 2022-01-04 08:51:50 -05:00

Sherpa

alt text

The simplest terminal around

Sherpa is a lightweight terminal for unix-like operating systems. 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 run make

Notes

At the moment, sherpa only runs on GTK based desktop environments. Expect a Qt version in the near future.