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
This doesn't currently work:
It would be nice to be able to read input from stdin and pipe commands to qr-rs.
The text was updated successfully, but these errors were encountered:
Sure it would be nice! I'll work on this feature and it will be merged for the next release.
P.S.: meanwhile, if you need to encode the output of some other program, you could use command substitution, like qr "$(fortune)".
qr "$(fortune)"
Sorry, something went wrong.
Added feature closing #1
cfcf355
Merge pull request #2 from marcoradocchia/1-read-from-stdin
d70ccac
Successfully merging a pull request may close this issue.
This doesn't currently work:
It would be nice to be able to read input from stdin and pipe commands to qr-rs.
The text was updated successfully, but these errors were encountered: