Show HN: Git Diff TUI with Go
Category: cli-tool
Tags: git, tui, cli, developer-tools, diff
Score: 6.3/10 (Innovation: 4, Technical: 6, Documentation: 8, Utility: 7)
difi is a terminal user interface (TUI) tool for interactively reviewing and refining Git diffs before committing or pushing. It's interesting because it combines a keyboard-native, vim-like interface with direct editor integration and piping support, offering a more focused and efficient diff review workflow than standard command-line output.
Target audience: backend devs, devops
Repository: https://difi.vercel.app/ · Go · MIT · 331 stars
View on Hacker News