Skip to content

orangekame3/viff

Repository files navigation

🚧【WIP】


Viewer of Diff

Visual Diff Viwer (viff)

MIT License badge Release workflow status badge Tag PR workflow status badge

Basic Usage

Demonstration of viff

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

Demonstration of viff

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.

Download here

How to Use

Usage

License

viff is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments