Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babkock/st
Personal fork of the Suckless simple terminal, with alpha, Xresources support, and box drawing.
https://github.com/babkock/st
alpha boxdraw linux-app mouse-support st st-terminal suckless terminal x11 xresources xterm
Last synced: 2 months ago
JSON representation
Personal fork of the Suckless simple terminal, with alpha, Xresources support, and box drawing.
- Host: GitHub
- URL: https://github.com/babkock/st
- Owner: Babkock
- License: mit
- Created: 2019-03-16T04:54:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T05:00:06.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:08:18.151Z (9 months ago)
- Topics: alpha, boxdraw, linux-app, mouse-support, st, st-terminal, suckless, terminal, x11, xresources, xterm
- Language: C
- Homepage: https://gitlab.com/tbsuckless/st
- Size: 1.59 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: st (simple terminal)
#+AUTHOR: Tanner Babcock
#+EMAIL: [email protected]
#+LANGUAGE: en[[https://travis-ci.org/Babkock/st][https://travis-ci.org/Babkock/st.svg?branch=master]] [[https://gitlab.com/tbsuckless/st/-/commits/master][https://gitlab.com/tbsuckless/st/badges/master/pipeline.svg]]
[[https://github.com/Babkock/st/actions/workflows/c-cpp.yml/badge.svg]]
[[https://img.shields.io/badge/License-MIT-yellow.svg]][[https://gitlab.com/tbsuckless/st/-/raw/master/screenshot.png][https://gitlab.com/tbsuckless/st/-/raw/master/screenshot.png]]
* Disclaimer
This repository is on [[https://gitlab.com/tbsuckless/st][GitLab]]. The [[https://github.com/Babkock/st][GitHub]] version is a mirror.
This is my personal fork of the [[https://st.suckless.org][Suckless st]]. The following patches were applied by hand.
* Patches
- [[https://st.suckless.org/patches/alpha/][Alpha]]
- [[https://st.suckless.org/patches/boxdraw/][Boxdraw]]
- [[https://st.suckless.org/patches/newterm][Fork with same CWD]]
- [[https://st.suckless.org/patches/gradient/][Gradient]]
- [[https://st.suckless.org/patches/scrollback/][Scrollback + mouse]]
- [[https://st.suckless.org/patches/selectioncolors/][Selection colors]]
- Xresources supportThe colors specified in =config.h= are only the fallback colors, they will be replaced by =.Xresources=. Use the standard names of =color0=, =color1=, etc.
* Key Bindings
|Key combo |Action |
|-------------------------+-------------------------|
|Ctrl + Shift + C | copy selected string |
|Ctrl + Shift + V | paste |
|Ctrl + Shift + PageUp | zoom in |
|Ctrl + Shift + PageDown | zoom out |
|Shift + Scroll Up | scroll back up in the buffer|
|Shift + Scroll Down | scroll down in the buffer|