A simple terminal pager, written in Rust.
⚠️ Work in progress! Currently not fully usable as a replacement for less
. ⚠️
```sh
$ someprogramoutput | least
$ least some/text/file.ext ```
``` $ least --help ... USAGE: least [FLAGS] [FILE]
FLAGS: --no-page Don't page output. Useful for passing text through least. Default if stdout is not a TTY. -h, --help Prints help information -V, --version Prints version information
ARGS:
Copyright © 2021 classabbyamp, 0x5c
Released under the BSD 3-Clause License.
See LICENSE
for the full license text.