Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergioribera/st-sr
This is my custom fork of st, it allows to send parameter values through arguments
https://github.com/sergioribera/st-sr
args customization linux suckless suckless-terminal terminal terminal-emulator
Last synced: 13 days ago
JSON representation
This is my custom fork of st, it allows to send parameter values through arguments
- Host: GitHub
- URL: https://github.com/sergioribera/st-sr
- Owner: SergioRibera
- License: mit
- Created: 2021-03-08T00:33:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T21:32:59.000Z (11 months ago)
- Last Synced: 2023-12-07T22:27:40.550Z (11 months ago)
- Topics: args, customization, linux, suckless, suckless-terminal, terminal, terminal-emulator
- Language: C
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fork of St (Suckless Terminal) by SergioRibera
st is a simple terminal implementation for X. Read more about st on [Suckless' website](http://st.suckless.org).
![Screenshot](https://user-images.githubusercontent.com/56278796/110402143-3aac2a80-8051-11eb-8484-1d8bf76e3f95.png)
### Highlight on some features
* The background is set transparent. Adjust the transparency by editing `alpha` from `config.h` or set `-A` as argument with value in float between `0 - 1`
* Predefined topics, selectable from the `-s` argument, having the options `"nord"`, `"dracula"`, `"gruv-light"` and `gruv-dark`
* Cursor selectable from the `-x` argument, having the same options that come in `config.h`
* Font changeable from `-f` argument as text
* Font size changeable from `-z` argument supporting float or integer
* Basic keybindingsAction | Keybinding
------------ | -------------
Copy | `Ctrl + Shift + c`
Paste | `Ctrl + Shift + v`
Zoom In | `Ctrl + Shift + k` or `Ctrl + Shift + Up`
Zoom Out | `Ctrl + Shift + j` or `Ctrl + Shift + Down`### Installation
* Clone this repo
* Cd into the directory
* Install```
$ git clone https://github.com/Sergioribera/st-sr.git
$ cd st-sr
$ sudo make clean install
```### **Please report all bugs and problems**
Thanks for install this tool, for see more visit [my web](https://sergioribera.com) (Very soon I will add an app store)
## Donate
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q321D62)
[![](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/SergioRibera)
[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/SergioRibera)#### Made with the ❤️ by [SergioRibera](https://sergioribera.com)