https://github.com/cemkeylan/st
suckless.org's simple terminal (fork)
https://github.com/cemkeylan/st
Last synced: 11 months ago
JSON representation
suckless.org's simple terminal (fork)
- Host: GitHub
- URL: https://github.com/cemkeylan/st
- Owner: cemkeylan
- License: mit
- Created: 2019-06-19T10:03:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T19:25:26.000Z (over 6 years ago)
- Last Synced: 2024-01-08T04:21:12.555Z (over 2 years ago)
- Language: C
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cem Keylan's fork of suckless.org's simple terminal
## Features and Patches
Dracula Theme
Solarized Light Theme
Scrollback
externalpipe (having some issues atm)
alpha
## Keybindings
### Theme
* F6 to switch theme
### Zoom
* Meta+Shift+J to zoom in
* Meta+Shift+K to zoom out
* Meta+Shift+H to reset zoom
### Scroll
* Ctrl+Shift+U to scroll up
* Ctrl+Shift+D to scroll down
### External Pipe
* Meta+Shift+O to open url
* Meta+Shift+C to copy url
* Ctrl+Shift+O to copy output (does not work unless you launch st from another st for some reason)
* Ctrl+Shift+E to get the terminal screen on $EDITOR (broken)
## Installation
### Requirements
+ make
+ libxft
Arch Users can use
AUR: [st-ckyln-git](https://aur.archlinux.org/packages/st-ckyln-git/)
You can also install it via
```
git clone https://git.ckyln.com/st
cd st
sudo make install
```