/st

Personal built of Simple Terminal from suckelss.org

Primary LanguageCMIT LicenseMIT

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.

Patches

  • Alpa focus highlight - Different transparency for focused window.
  • Box Draw - Custom rendering of lines/blocks/braille characters for gapless alignment.
  • Scrollback - Add keyboard scroll back feature. All patches present on page are applied.
  • font2 - Adds fallback fonts. Be sure to use proper fallback font as st crashes when rendering gylph/special symobls. A good fallback font for this purpose could be Symbola.
  • hidecursor - Hides cursor when typing.
  • copyurl - Highlights and copies URL displayed on terminal.
  • clipboard - Copy and paste to system clipboard with keybinding and selection clipboard with mouse.
  • xresources - Use config from global Xresources.
  • keyboard_select - Perform actions like Move, search etc with keyboard. All actions listed at patch's page. Similar to URxvt's keyboard_select. It only works for current screen and not all text in terminal from start.