Like this (in bash):
moor <(echo test)
Reported here: https://github.com/walles/moor/issues/385
Unclaimed project
Are you a maintainer of moor? Claim this project to take control of your public changelog and roadmap.
Changelog
Moor is a pager. It's designed to just do the right thing without any configuration.
Like this (in bash):
moor <(echo test)
Reported here: https://github.com/walles/moor/issues/385
Before this release, searching for the next hit while at the bottom of the input could sometimes get stuck doing nothing.
With this release, we should now correctly go to "not found" every time.
Repro for crash one, happened when following empty files:
moor --follow /dev/null
Repro for crash two:
moor somefile.txtAlso in this release:
It only covered log messages from twin (the console UI library), but nothing from the actual pager.
In theory, this change should warrant a major version bump, but since the logging in that API was just added I'll cross my fingers and hope nobody started using it yet.