Command-line utility for staging changes to Git (alternative to git-add's interactive mode). Written in Rust, using git2-rs to interact with Git, and ratatui for the terminal UI.
   
  
  The Git staging area in gadd
gaddgadd.exePATH environment variable to include the folder where you saved gadd
echo 'export PATH=${HOME}/bin:${PATH}' >> ~/.zshrcecho 'export PATH=${HOME}/bin:${PATH}' >> ~/.bashrcgadd in ${HOME}/bin - replace it with your own path if you saved it somewhere elsegadd.exegadd inside a Git repo in the terminal to manage your changes!