Closed alok closed 6 years ago
It would be nice if there was a way to filter input through STDIN and receive the transformed version back. This could be used for editor integrations (notably vim).
Just realized I could use cat file | shellharden --transform '', but that's kind of awkward.
cat file | shellharden --transform ''
Yes, it's in the help text.
Unusual, but a conscious choice: The empty string is not valid as a filename.
It would be nice if there was a way to filter input through STDIN and receive the transformed version back. This could be used for editor integrations (notably vim).