walles / moar

Moar is a pager. It's designed to just do the right thing without any configuration.
Other
647 stars 18 forks source link

Hang searching in slow pipes #7

Closed walles closed 5 years ago

walles commented 6 years ago

Try this:

Expected behaviour:

Current behaviour:

walles commented 6 years ago

Infinite pipes are even worse...

Try this for example: tail -f /dev/null | moar

walles commented 5 years ago

As of 0.9.8 we don't hang any more searching in slow pipes.

The slowly piping process won't exit when we do, but that's a different issue.