A less sophisticated terminal pager than less.
All you need is a C compiler and make. Then execute:
make
You can use least to display a file foo like this:
least foo
Unlike less, it does not read from stdin yet.
This is how you control least:
| Key | Action |
|---|---|
| q | Exit least |
| up arrow | Scroll one line up |
| down arrow | Scroll one line down |
| page up | Scroll one page up |
| page down | Scroll one page down |
| home | Scroll to the top |
| end | Scroll to the bottom |
Vi and Emacs bindings to come.