sherpa/README.md

28 lines
739 B
Markdown
Raw Normal View History

2021-12-12 13:10:41 -05:00
# Sherpa
![alt text](https://raw.githubusercontent.com/amogus3016/amogus3016/main/sherpa%20logo.png)
2022-01-05 10:01:30 -05:00
The simplest terminal around
2022-01-14 08:40:46 -05:00
Sherpa is a lightweight terminal for Linux. Developed for Everest Linux. Provides a strong baseline for customization.
2021-12-13 07:50:37 -05:00
**Installation**
2021-12-31 13:18:40 -05:00
Download one of the precompiled binaries on the releases page
**OR**
2022-01-05 10:01:30 -05:00
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`
2021-12-31 13:38:55 -05:00
2022-01-14 08:40:46 -05:00
**Features**
Lightweight terminal emulator out of the box
Strong base to customize
Less lines of code than most terminal emulators (including st)
2021-12-31 13:38:55 -05:00
**Notes**
2022-01-14 08:40:46 -05:00
Runs on any GTK capable system. This includes KDE Plasma.