🚧【WIP】
September 18, 2023 · View on GitHub
Visual Diff Viwer (viff)
Basic Usage
Integrage with Git
git config --global diff.tool viff
git config --global difftool.viff.cmd 'viff compare $LOCAL $REMOTE'
Now, you can use viff as a git difftool.
git difftool
git config --global difftool.prompt false
Color Theme
Install
Go
go install github.com/orangekame3/viff@latest
Homebrew
brew install orangekame3/tap/viff
Download
Download the latest compiled binaries and put it anywhere in your executable path.
How to Use
Usage
License
viff is licensed under the MIT License - see the LICENSE file for details.