README.md - st - personal variant of st
 (HTM) git clone https://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       README.md (1080B)
       ---
            1 ```
            2       :::::::::::::::::::
            3     :+:    :+:   :+:
            4    +:+          +:+
            5   +#++:++#++   +#+
            6         +#+   +#+
            7 #+#    #+#   #+#
            8 ########    ###
            9     simple terminal
           10 
           11  ██████████╗
           12  █ author █║ drkhsh <me@drkhsh.at>
           13  █ repo   █║ https://git.drkhsh.at/st
           14  ██████████║
           15  ╚═════════╝
           16 ```
           17 
           18 st - simple terminal
           19 --------------------
           20 st is a simple terminal emulator for X which sucks less.
           21 
           22 
           23 Requirements
           24 ------------
           25 In order to build st you need the Xlib header files.
           26 
           27 
           28 Installation
           29 ------------
           30 Edit config.mk to match your local setup (st is installed into
           31 the /usr/local namespace by default).
           32 
           33 Afterwards enter the following command to build and install st (if
           34 necessary as root):
           35 
           36     make clean install
           37 
           38 
           39 Running st
           40 ----------
           41 If you did not install st with make clean install, you must compile
           42 the st terminfo entry with the following command:
           43 
           44     tic -sx st.info
           45 
           46 See the man page for additional details.
           47 
           48 Credits
           49 -------
           50 Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
           51