Skip to content

zeusdeux/diffc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 less or a pager, you need to pass the --color=always option to diffc Example: diffc ~/.emacs ~/backup-location/.emacs --color=always | less -r

About

Colored diff output as seen in git-diff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published