Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oedotme/st
Fork of st with additional features
https://github.com/oedotme/st
custom-cursor desktop-entry emoji jetbrains-mono ligatures light-theme linux simple-terminal st tmux
Last synced: 21 days ago
JSON representation
Fork of st with additional features
- Host: GitHub
- URL: https://github.com/oedotme/st
- Owner: oedotme
- License: mit
- Created: 2021-05-05T10:54:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T11:10:00.000Z (over 3 years ago)
- Last Synced: 2024-10-04T05:41:16.367Z (about 1 month ago)
- Topics: custom-cursor, desktop-entry, emoji, jetbrains-mono, ligatures, light-theme, linux, simple-terminal, st, tmux
- Language: C
- Homepage:
- Size: 1.79 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# st - simple terminal
This project is a fork of [st - simple terminal emulator](https://st.suckless.org)
## Features
- **Customize cursor color**
- **Desktop entry** add/remove on install/uninstall
- **Disabled bold fonts**
- **Emoji support**
- **Font ligatures support**
- **Fonts fallback**
- **Light color scheme**
- ~~**Scrollback support**~~ using `tmux` scrolling## Requirements
#### In order to build st you need the Xlib header files
#### Packages `arch-based` systems
##### Official repositories - `pacman`
- `harfbuzz` : ligatures rendering
- `noto-fonts-emoji` : emoji support
- `noto-fonts` : unicode characters
- `ttf-jetbrains-mono` or `ttf-fira-code` : supports ligatures
- `ttf-nerd-fonts-symbols-mono` : glyph icons##### Aur - `yay`
- `libxft-bgra` : emoji rendering
## Getting started
### Installing / Building
- `sudo make clean install`
### Running
- Start with geometry options : `st -g 200x100`
- Start with a `tmux` session : `st -e tmux`### Uninstall
- `sudo make uninstall`