Interactive Git Add in Go: Enhanced Functionality

2025-05-30
Interactive Git Add in Go: Enhanced Functionality

This Go implementation of Git's interactive add functionality (`git add -i`, `git add -p`) offers a superior user experience. Beyond replicating the original Perl script's features, it introduces powerful additions: global filtering with regex, auto-hunk splitting, and improved search/navigation. It can be installed as a Git command and includes comprehensive unit tests. Enjoy enhanced control over staging your changes!

Development