A simple VTE based terminal
Go to file
2022-03-07 21:24:16 +00:00
INSTALL.sh Update INSTALL.sh 2022-03-07 17:51:36 +00:00
LICENSE Initial commit 2021-12-12 12:48:00 -05:00
README.md Update README.md 2022-03-07 21:17:41 +00:00
sherpa-verison.c replace sherpa-v.py with sherpa-version.c 2022-02-17 14:12:50 +00:00
sherpa.c Update sherpa.c 2022-03-07 17:42:43 +00:00
UPDATE.sh Create UPDATE.sh 2022-03-07 21:24:16 +00:00

Sherpa

alt text

The simplest terminal around

Sherpa is a lightweight terminal for Linux. Developed for Everest Linux. Provides a strong baseline for customization.

Installing

Clone the repository to /tmp cd /tmp && git clone https://github.com/everest-linux/sherpa

Change directory into the sherpa folder cd sherpa

Mark INSTALL.sh as executable chmod +x INSTALL.sh

Run INSTALL.sh as root sudo ./INSTALL.sh

Updating

Clone the repository to /tmp cd /tmp && git clone https://github.com/everest-linux/sherpa

Change directory into the sherpa folder cd sherpa

Mark UPDATE.sh as executable chmod +x UPDATE.sh

Run UPDATE.sh as root sudo ./UPDATE.sh

Uninstalling

Clone the repository to /tmp cd /tmp && git clone https://github.com/everest-linux/sherpa

directory into the sherpa folder cd sherpa

Mark UNINSTALL.sh as executable chmod +x UNINSTALL.sh

Run UNINSTALL.sh as root sudo ./UNINSTALL.sh

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.