https://github.com/michaelforney/st
https://github.com/michaelforney/st
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelforney/st
- Owner: michaelforney
- License: mit
- Created: 2013-07-13T10:00:22.000Z (about 13 years ago)
- Default Branch: wayland
- Last Pushed: 2019-10-18T21:04:40.000Z (almost 7 years ago)
- Last Synced: 2025-03-27T04:12:14.386Z (over 1 year ago)
- Language: C
- Size: 1.2 MB
- Stars: 50
- Watchers: 6
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.
Requirements
------------
In order to build st you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (st is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install st (if
necessary as root):
make clean install
Running st
----------
If you did not install st with make clean install, you must compile
the st terminfo entry with the following command:
tic -sx st.info
See the man page for additional details.
Credits
-------
Based on Aurélien APTEL bt source code.