Open
Description
Thanks for the tool, I usually use it to fix files.
Similar to sed
, I'd suggest to keep it reading from stdin
as default, but add a -i/--in-place
flag that receives a input file to change.
An alternative would be to accept files by default, but if you provide the --stdin
flag, read from stdin
and output to stdout
.
Let me know if you like the idea, I'm willing to help if you need it.