atlas.diff is a high-visibility, side-by-side terminal diff tool. Part of the Atlas Suite, it helps you compare files with a clean "Onyx & Gold" aesthetic, statistical clarity, and smooth TUI interaction.
- ๐ Side-by-Side Comparison: Clear visual separation between two files.
- ๐จ High-Visibility Styling: Uses the signature Atlas Onyx & Gold theme for readability.
- ๐๏ธ Fast Diffing: Powered by
sergi/go-difffor efficient and accurate comparisons. - โจ๏ธ TUI Experience: Smooth scrolling and keyboard-centric navigation via
bubbletea. - ๐ฆ Zero Dependencies: Compiles to a single binary for portable use.
git clone https://github.com/fezcode/atlas.diff
cd atlas.diff
gobake buildSimply run the binary with two files to compare:
./atlas.diff file1.go file2.go| Key | Action |
|---|---|
โ/โ |
Scroll: Move through the diff view. |
q / Ctrl+C |
Quit: Exit the application. |
The project uses gobake for orchestration. You can build for all platforms or specific targets:
# Build for all platforms
gobake buildMIT License - see LICENSE for details.
