1.0.5 • Published 10 years ago
diffc v1.0.5
diffc
Colored diff output as seen in git-diff
Installation
npm i -g diffc
Also, make sure that you have diff installed since diffc uses that internally.
Usage
diffc <path to file1> <path to file2>
Note: If using with
lessor a pager, you need to pass the--color=alwaysoption todiffcExample:diffc ~/.emacs ~/backup-location/.emacs --color=always | less -r