a rust rewrite of the original meower
prerequisites:
- cargo installed (from here)
clone this repo
git clone https://github.com/ellipticobj/meower-rs && cd meower-rsinstall using cargo
cargo install --path .make sure ~/.cargo is on your path!
- add more of the basic features (--push, --add, --commit)
- add
progress bars +spinners - add flags for running git commands
- fix push function so its less messy + output is actually good
- fix the help flag
- proper output
- custom clap error output
- custom --version styling
- fix commit output printing
- add flags for commit message
- custom commit command output
- add flags for setting upstream
- add flags for staging certain files
- add force and force with lease flags
- add functions to print normal output, logs, errors, etc
- exit gracefully instead of panicking when the command returns an error
