Crates.io | gadd |
lib.rs | gadd |
version | 0.4.0 |
source | src |
created_at | 2023-04-20 08:04:23.999924 |
updated_at | 2024-03-17 23:06:39.238303 |
description | Command-line utility for staging changes to Git (alternative to git-add's interactive mode). |
homepage | https://hermannm.dev/gadd |
repository | https://github.com/hermannm/gadd |
max_upload_size | |
id | 844174 |
size | 50,198 |
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
:
cargo install gadd
gadd
inside a Git repo in the terminal to manage your changes!gadd
gadd.exe
PATH
environment variable to include the folder where you saved gadd
echo 'export PATH=${HOME}/bin:${PATH}' >> ~/.zshrc
echo 'export PATH=${HOME}/bin:${PATH}' >> ~/.bashrc
gadd
in ${HOME}/bin
- replace it with your own path if you saved it somewhere elsegadd.exe
gadd
inside a Git repo in the terminal to manage your changes!