An open API service indexing awesome lists of open source software.

https://github.com/daimaou92/st-old

My fork of https://git.suckless.org/st
https://github.com/daimaou92/st-old

Last synced: 3 months ago
JSON representation

My fork of https://git.suckless.org/st

Awesome Lists containing this project

README

        

## SIMPLE TERMINAL
As described [here](https://st.suckless.org/)

[This](https://git.suckless.org/st/commit/f1546cf9c1f9fc52d26dbbcf73210901e83c7ecf.html) is the lastest commit at the time of cloning.

Patches applied
1. alpha
2. scrollback
3. xresources
4. clipboard
5. anysize
6. palettes

The goal was to go with the idea that suckless tries to propagate while, personally, trying to have a terminal emulator not practically useless in lieu of sticking literally to said principles. The above patches are the minimum I cannot do without. Hence this repo.

Absolutely no other changes have been made.

Installation
```bash
git clone https://github.com/daimaou92/st.git
cd st
sudo make clean install
```

Enjoy 😀