Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeusdeux/diffc

Colored diff output as seen in git-diff
https://github.com/zeusdeux/diffc

Last synced: 13 days ago
JSON representation

Colored diff output as seen in git-diff

Awesome Lists containing this project

README

        

# 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 `

> 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`