cdiff
tool to colorize 'diff' output
Install
- All systems
-
curl cmd.cat/cdiff.sh
- Debian
-
apt-get install colordiff
- Ubuntu
-
apt-get install colordiff
- Alpine
-
apk add colordiff
- Arch Linux
-
pacman -S colordiff
- Kali Linux
-
apt-get install colordiff
- Fedora
-
dnf install colordiff
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install colordiff
- OS X
-
brew install colordiff
- Raspbian
-
apt-get install colordiff
- Dockerfile
- dockerfile.run/cdiff
- Docker
-
docker run cmd.cat/cdiff cdiff
powered by Commando
colordiff
tool to colorize 'diff' output
ColorDiff is a wrapper for the 'diff' command. It produces the same output as diff, but with colored highlighting to improve readability. The color schemes can be customized. The output is similar to the syntax-highlighting mode of Vim or Emacs when editing a patch created by diff.