Crates.io | least |
lib.rs | least |
version | 0.2.0 |
source | src |
created_at | 2020-05-09 15:41:21.297802 |
updated_at | 2021-05-30 19:08:25.422947 |
description | A simple terminal pager |
homepage | |
repository | https://github.com/miaowware/least |
max_upload_size | |
id | 239284 |
size | 23,805 |
A simple terminal pager, written in Rust.
⚠️ Work in progress! Currently not fully usable as a replacement for less
. ⚠️
# you can pipe program output into least
$ some_program_output | least
# or read from a file
$ 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:
<FILE> File to display
Copyright © 2021 classabbyamp, 0x5c
Released under the BSD 3-Clause License.
See LICENSE
for the full license text.