lesh/README

26 lines
770 B
Plaintext

Lesh: a pure bash (I think) pager
Lesh is moreish
The intent is for lesh to behave like less, more or less
Currently, lesh can:
Read a file or pipe and display text
Tell you if you didn't give it anything to read
Scroll down/up with j/k or the down and up arrows
Page up and page down with page up and page down
Jump to the start/end of the file with g/G
Quit with q
In the future, lesh will:
Handle the terminal being resized
Listen to numbers before commands
Follow a lot more 'less' commands
Understand options on commandline
In the future, lesh may:
Let you search for a pattern
Become a closer less clone in other ways
It doesn't mess up your terminal when terminated
It does when killed (printf '\e[;r' to fix)