We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try this:
moar
Expected behaviour:
Current behaviour:
The text was updated successfully, but these errors were encountered:
Infinite pipes are even worse...
Try this for example: tail -f /dev/null | moar
tail -f /dev/null | moar
Sorry, something went wrong.
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.
No branches or pull requests
Try this:
moar
Expected behaviour:
moar
gets to the end of the input so far it should wrap the searchCurrent behaviour:
moar
tries to go to the end of the input and gets stuck foreverThe text was updated successfully, but these errors were encountered: