A simple VTE based terminal
Go to file
2021-12-13 12:35:29 -05:00
LICENSE Initial commit 2021-12-12 12:48:00 -05:00
README.md Update README.md 2021-12-13 07:50:37 -05:00
sherpa-v.py Update sherpa-v.py 2021-12-12 13:12:30 -05:00
sherpa.c Update sherpa.c 2021-12-13 12:35:29 -05:00

Sherpa

alt text

Sherpa is a lightweight terminal for unix-like operating systems. Developed for Everest Linux.

Installation

Run: gcc -02 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o term $(pkg-config --libs vte-2.91