Crate git_quick_add

Crate git_quick_add 

Source

Structs§

PathItems

Functions§

choose_files
Prompts the user to select files to stage and returns the selected file paths. If no files are selected, the program exits.
get_paths
Gets the file paths of the changes in your repo.
git_add_selected
Stages the selected files in the git repository. If staging fails, the program exits.