Greg Dlugoszewski
Greg Dlugoszewski
Right now git-get relases two binaries: `git-get` and `git-list`. Consider building only a single `git-get` binary and embed the `list` functionality into it (eg, `git get list` or `git get...
Steps to reproduce: ``` ❯ mkdir new-repo ❯ cd new-repo ❯ git init ❯ git list -r . . └── error Oops, errors happened when loading repository status: git rev-parse...
> Issue type: feature ## Description I created a Nord theme for k9s - [Kubernetes CLI manager](https://github.com/derailed/k9s). K9s default skin overrides terminal's color settings. So even if your terminal is...