Closed nico-abram closed 5 years ago
This is intended. You are supposed to give it some text from stdin.
See the README or the command line help: diffr -h
says
USAGE:
diffr reads from standard input and write to standard output.
Typical usage is for interactive use of diff:
diff -u <file1> <file2> | diffr
git show | diffr
What about adding a flag to read from stdin? That way you can show the help msg if someone runs diffr
alternatively, PR #7 could help with this
Hi @nico-abram,
This is fixed by 83b1201.
@carenas thanks for the contribution!
At least on window 7
diffr
seems to hang forever.