fourtf / bigdiff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bigdiff

Allows viewing big git diffs in a graphical editor.

Screenshot

Usage

git diff 5456ebc bd7b21c | bigdiff

Installation

Windows

Run the following in powershell (you may need to allow executing external code):

iwr https://raw.githubusercontent.com/fourtf/bigdiff/main/scripts/install-win-x64.ps1 | iex

Linux

Run the following in a terminal compatible with sh:

wget -nv https://raw.githubusercontent.com/fourtf/bigdiff/main/scripts/install-linux-x64.sh -O install-bigdiff.sh && sh install-bigdiff.sh; rm install-bigdiff.sh

macOS

TODO

About


Languages

Language:F# 80.1%Language:PowerShell 13.7%Language:Shell 6.3%