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
- Host: GitHub
- URL: https://github.com/daimaou92/st-old
- Owner: daimaou92
- License: mit
- Created: 2019-05-10T19:18:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T10:25:42.000Z (over 5 years ago)
- Last Synced: 2024-12-29T05:34:01.291Z (5 months ago)
- Language: C
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. palettesThe 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 😀