How to Install cdiff on Mac using Brew
Package Information:
Name: cdiff
Use: View colored diff with side by side and auto pager support
URL: https://github.com/ymattw/cdiff
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cdiff using brew
brew install cdiff
cdiff is ready to use now!