Git Cli Wrapper for Ducks 🦆
For the orange\yellow bill inclined amongst us
- Tha goal is a git cli wrapper that does 95% of what you need to do but SUPER slick.
- gota be able to yank text from the terminal with EASE

Usage
Status info
git status command (default method) but copy pasteable
> duk
Branch info
Notice how easy copy pasting should be
> duk
Interactive git add
This opens your default editor with files to add
> duk
# Staged
# -------------------------------------
# Unstaged
[
[
# Selected files to be staged like so below V
# [x] file.txt
# Lines begining with (#) will be ignored
> running
Contributing
- If you want to suggest a feature put in an issue with the feature request.
- If you spot a bug (which there probabably are many), put in an issue with how to reproduce it.
- If you want to contribute code, make a pull request. anything short of a war crime will probably be accepted.
TODO
- testing NO CLUE
- what is up docs
- status info
- branch and remote info
- git add using editor
- git switch branch using editor
- fuzzy branch switching?
- ez stash and poppin info
- nice git log info
- ez copy commit hashes
- ez rebase
- ez cherry pick
- random other git porcelein shizz
- unwrap unwrap unwrap unwrap unwrap unwrap
