Replies: 1 comment
-
Take a look at (I've also been tinkering with a mode for stdin and a script that ties this together into a pager) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice if there was some way for emacs/emacsclient to take input from stdin, e.g.
qpdf --json file.pdf | emacs
emacs <(qpdf --json file.pdf)
there seems to be no way to do this right now
Beta Was this translation helpful? Give feedback.
All reactions