Git plugin that allows you to interactively select which files to add to stage (git add)
An iPipeTo workflow
Get it with npm:
npm install -g git-iadd
In any git repo folder:
git iadd
OR
bypass npm install and run it at once using npx:
npx git-iadd
If you're already an ipt user that has it globally installed, you can get this same functionality by just adding this alias to your bash (or equivalent) file:
alias git-iadd="git status -s | sed s/^...// | ipt -m -M 'Select files to add:' | xargs git add"
MIT © 2018 Ruy Adorno