Interactive mode for git add
Requires git and node.js to be installed.
$ npm install --global git-select-interactive
Run with:
$ git select-interactive
Navigate file list with arrows, press <space>
to select/deselect a single file, press <a>
to select/deselect all. Finally press <return>
to stage files.
Use --reset
option to unstage files, --stash
to stash files.
Press <f>
to display the search bar and then type file name:
To go back to selection mode press <return>
. Press <space>
to select/deselect a single file or press <a>
to select/deselect the filtered file list. Then press <return>
to reset the search query or press <f>
to modify it.
MIT @ Ivan Rossi