https://github.com/chjj/st
A fork of st implementing scrollback, keyboard selection, and tabs.
https://github.com/chjj/st
Last synced: 4 months ago
JSON representation
A fork of st implementing scrollback, keyboard selection, and tabs.
- Host: GitHub
- URL: https://github.com/chjj/st
- Owner: chjj
- License: mit
- Created: 2013-05-19T11:35:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T17:36:54.000Z (almost 11 years ago)
- Last Synced: 2024-12-29T11:51:56.188Z (4 months ago)
- Language: C
- Homepage:
- Size: 1.33 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
st - simple terminal
--------------------
st is a simple virtual terminal emulator for X which sucks less.chjj's fork
-----------
My fork includes features like tmux-like tabs, select/visual/search mode, and
scrollback.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 -s st.info
See the man page for additional details.
Credits
-------
Based on Aurélien APTEL bt source code.