Skip to content
New issue

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

Read from stdin #1

Closed
sitiom opened this issue Jul 16, 2022 · 1 comment · Fixed by #2
Closed

Read from stdin #1

sitiom opened this issue Jul 16, 2022 · 1 comment · Fixed by #2
Labels
enhancement New feature or request

Comments

@sitiom
Copy link

sitiom commented Jul 16, 2022

This doesn't currently work:
image

It would be nice to be able to read input from stdin and pipe commands to qr-rs.

@marcoradocchia
Copy link
Owner

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)".

@marcoradocchia marcoradocchia added the enhancement New feature or request label Jul 18, 2022
@marcoradocchia marcoradocchia pinned this issue Jul 18, 2022
marcoradocchia added a commit that referenced this issue Jul 18, 2022
@marcoradocchia marcoradocchia linked a pull request Jul 18, 2022 that will close this issue
marcoradocchia added a commit that referenced this issue Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants