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

Binary file piping #663

Open
brian6932 opened this issue Feb 6, 2024 · 0 comments
Open

Binary file piping #663

brian6932 opened this issue Feb 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@brian6932
Copy link

brian6932 commented Feb 6, 2024

Would be nice if I could call qView CLI and just pipe a binary file to it, like any of the following

qview (Invoke-RestMethod https://www.google.com/images/branding/googlelogo/2x/googlelogo_light_color_272x92dp.png)
Invoke-RestMethod https://www.google.com/images/branding/googlelogo/2x/googlelogo_light_color_272x92dp.png | qview -

curl -sSL https://www.google.com/images/branding/googlelogo/2x/googlelogo_light_color_272x92dp.png | qview -
qview (curl -sSL https://www.google.com/images/branding/googlelogo/2x/googlelogo_light_color_272x92dp.png)
@brian6932 brian6932 added the enhancement New feature or request label Feb 6, 2024
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

No branches or pull requests

1 participant