Closed DomBito closed 2 years ago
It seems like gazou outputs text information to stderr instead of stdout for some reason. To get around this, you can use gazou file.png &> output.txt
, or gazou file.png 2> output.txt
.
This is now fixed in the newest version (v0.2.0)
The idea of the cli would be to use in shell scripts as you said, but there is no output option and I can't pipe the output text to something else. When I try to pipe it to another command, say xargs, as I do with an echo command, it doesn't work and it happly displays the output text in the terminal instead.