bigH / git-fuzzy

interactive `git` with the help of `fzf`
MIT License
2.31k stars 42 forks source link

Install with brew? #3

Closed thedrow closed 3 years ago

thedrow commented 4 years ago

It'd be easier to use this if it was installable with Homebrew. Can you submit a formula?

thedrow commented 4 years ago

Oh and I just tested this and it is AWESOME! Thank you so much.

jonleopard commented 4 years ago

@thedrow I think this falls more in the scope of a zsh plugin. If you use a plugin manager, you could install with that. Perhaps some install instructions with either antibody or z-plug would be useful?

thedrow commented 4 years ago

I use it just fine with bash.

thedrow commented 4 years ago

In addition, pyenv and other shell related tools can be installed using homebrew. I see no reason why git-fuzzy is an exception.

cheerfulstoic commented 4 years ago

I'm fine install with whatever, but I don't see any instructions in the README... What am I missing?

cheerfulstoic commented 4 years ago

Skipped past the zsh section because I use bash. Made this PR: https://github.com/bigH/git-fuzzy/pull/14

cheerfulstoic commented 4 years ago

Thinking on it, though, I think installation with brew would be better because it's made to deal with versions. This tool seems great, but I've never installed anything like this before and I'll probably just be confused for a little while the next time I come back to update / change it for whatever reason

bigH commented 3 years ago

lots of instructions available now on ways to install. closing this. PRs for brew support are welcome :)