Skip to content

miaowware/least

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

least

Support/chat: Discord server irc.libera.chat channel #miaowware

crates.io - least version crates.io - least downloads crates.io - least license

A simple terminal pager, written in Rust.
⚠️ Work in progress! Currently not fully usable as a replacement for less. ⚠️

Usage

# 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

Future features

  • Configuration file
  • Configurable keybinds
  • Line wrapping
  • Status bar
  • Search
  • Line numbers
  • Syntax highlighting
  • Colour codes passthrough

Copyright

Copyright © 2021 classabbyamp, 0x5c
Released under the BSD 3-Clause License.
See LICENSE for the full license text.