-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use with qutebrowser and pipes #44
Comments
As an qutebrowser user, I have to say this sounds interesting. If you are ok with some dependencies,maybe you could do something like saving html, converting it to pdf and opening pdf. Honestly I am not sure how handoff from piped file to real stdin works, so, I am not sure how I would make file pipe and controlls work at the same time. Will have to look into this |
Or we could do something like this in JS: document.body.innerText from qutebrowser userscript, write optput to the file, and open file with uniread |
It would be better to use readabilty instead of just innerText , like in this script: https://github.com/qutebrowser/qutebrowser/blob/master/misc/userscripts/readability
Reading input till EOF should work, is it easy to implement in uniread? Having ability to read streams without end would also be nice, but I can't think of any usecases for this. |
Hello
How can I use uniread to read webpages from qutebrowser? Maybe it would be possible if I extract text from qutebrowser webpage, then pipe it into stdin of uniread?
The text was updated successfully, but these errors were encountered: