https://github.com/bitterhalt/st
My build of Simple Terminal
https://github.com/bitterhalt/st
Last synced: 3 months ago
JSON representation
My build of Simple Terminal
- Host: GitHub
- URL: https://github.com/bitterhalt/st
- Owner: bitterhalt
- License: mit
- Archived: true
- Created: 2023-03-26T16:32:28.000Z (about 2 years ago)
- Default Branch: bitter-st
- Last Pushed: 2023-10-14T01:31:35.000Z (over 1 year ago)
- Last Synced: 2025-02-15T04:24:11.978Z (4 months ago)
- Language: C
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ST - simple terminal (suckless) terminal
Nothing to see here. This is just my minimal build of [suckless terminal (st)](https://st.suckless.org/)
This build is suppose to be small as possible.I just add features that I need, so not much fancy stuff here, like alpha transparency and ligatures đŸ˜¬


### Patches:
* [st-bold-is-not-bright](https://st.suckless.org/patches/bold-is-not-bright/)
* [st-boxdraw](https://st.suckless.org/patches/boxdraw/)
* [st-desktopentry](https://st.suckless.org/patches/desktopentry/)
* [st-glyph-wide-support](https://st.suckless.org/patches/glyph_wide_support/)
* [st-scrollback](https://st.suckless.org/patches/scrollback/)
* [xresources](https://st.suckless.org/patches/xresources/)## Installation
```
git clone https://github.com/bitterhalt/st
cd st
sudo make instal
```
### Keyboard Shortcuts
Action | Key Combination
--- | ---
Copy | `ctrl` + `shift` + `c`
Paste | `ctrl` + `shift` + `v`
Zoom In | `ctrl` + `+`
Zoom Out | `ctrl` + `minus`
Reset Zoom | `ctrl` + `0`
Scroll Up / Down | `shift` + `PdgUp` / `PgDn`### Theming
* Default (fallback) theme is Gruvbox Dark
* This build of ST has xresources-patch, meaning you can manage colors, fonts etc. through your .Xresources -file
* You must run: ```xrdb -merge ~/.Xresources``` to apply colors
* If you want, you can copy contents of **example-xresources** to your **$HOME/.Xresources** and xrdb -merge it### Credits
* Forked from [https://st.suckless.org/](https://st.suckless.org/)
* Based on Aurélien APTEL [email protected] bt source code.
* patch_column: https://github.com/nimaipatel/st/blob/master/patches/7672445bab01cb4e861651dc540566ac22e25812.diff