You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not too sure if this is possible, though given the following sequence of commands, I think it should be possible code-wise?
Naturally, if I attempt to use - as the command or simply nothing, it just errors, though, given the fact it's still able to take stdin as a command, and correctly produce a screenshot, when provided with any valid executable, seems to point to it just being an error handling thing.
If you can point me to where in the code this kind of thing is handled, I'm more than happy to impl it myself and open a pull request :)
The text was updated successfully, but these errors were encountered:
Hey! I somehow missed this (and many others) issue. In general, termshot can be used in a pipe, for example: echo hello | termshot cat. This will create just a "hello" screenshot. What I am not sure about is your exact use case? What do you have in mind in terms of what would be the final screenshot be looking like with what you have in mind?
I'm not too sure if this is possible, though given the following sequence of commands, I think it should be possible code-wise?
Naturally, if I attempt to use
-
as the command or simply nothing, it just errors, though, given the fact it's still able to take stdin as a command, and correctly produce a screenshot, when provided with any valid executable, seems to point to it just being an error handling thing.If you can point me to where in the code this kind of thing is handled, I'm more than happy to impl it myself and open a pull request :)
The text was updated successfully, but these errors were encountered: