Open gustav-b opened 1 month ago
If you come from Less and find Moar confusing or hard to migrate to, please report it!
Ok, here's one stopping me from replacing less(1) with moar: Being able to pass multiple files to moar and switching between them.
With less I often do things like: less *.md to quickly read all files of some type in a directory and then browse between them with :n / :p / :x.
less *.md
:n
:p
:x
Maybe it's been requested before, but I couldn't find an issue (#187 is related, but not the same use case).
Ok, here's one stopping me from replacing less(1) with moar: Being able to pass multiple files to moar and switching between them.
With less I often do things like:
less *.md
to quickly read all files of some type in a directory and then browse between them with:n
/:p
/:x
.Maybe it's been requested before, but I couldn't find an issue (#187 is related, but not the same use case).