Skip to content

jeaye/sts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sts

sts is a pseudo terminal scroller specifically designed for st. st's minimalism delegates scrolling functionality and suggests tmux or screen to provide it. Unfortunately, both are quite heavy weight for just scrolling and, if you're already using them, the session nesting becomes burdensome.

To start st with sts, after installing both, use:

$ st -e sts

Installation

Compilation requires a modern GCC (4.9+) or clang (3.4+). Build options can be configured in config.mk.

# assuming appropriate permissions
$ make install

Configuration

Any configuration features offered by sts are outlined in the help screen you can print by using sts -h. For more verbose information, see the accompanying man page sts(1).

Questions

Can I still scroll within other applications?

Yes, sts tries to stay out of the away and tries only to scroll your shell prompt. Applications like vim, weechat, and even tmux and screen, should still work normally.

About

A pseudo terminal scroller for st

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published