A zsh plugin to interactively stage files for commit with git
zplug "raisedadead/zsh-istage"
antigen bundle raisedadead/zsh-istage
git clone https://github.com/raisedadead/zsh-istage.git $ZSH_CUSTOM/plugins/zsh-istage
plugins=(
#...
zsh-istage
)
git clone https://github.com/raisedadead/zsh-istage.git
source zsh-istage/istage.plugin.zsh
Navigate to a git repository and run
istage
Software: The software as it is licensed under the ISC License, please feel free to extend, re-use, share the code.