Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 468 Bytes

File metadata and controls

23 lines (15 loc) · 468 Bytes

diff-server

A tiny Go program that shows git diffs in the current directory and all git repositories in subdirectories.

Screenshot

Usage

# Build
go build -o diff-server .

# Run (default port 3844, current directory)
./diff-server

# Run on custom port
./diff-server -p 9000

# Scan a different directory
./diff-server -C /path/to/workspace

Then open http://localhost:3844 (or your custom port) in a browser to view the diffs.