bill-auger/git-branch-status

Mac Support

atomkirk opened this issue · 3 comments

For posterity, maybe you could add to readme or make a wiki page that describes how to make this work on mac:

  1. Install brew install homebrew/dupes/grep which places gnu grep in your path as ggrep
  2. Replace uses of grep in script with ggrep

@atomkirk -

could you instead try this version i just pushed as the 'mac' branch - i think it should work without modification using the default BSD grep on mac - real solutions are always better than caveats

https://github.com/bill-auger/git-branch-status/tree/mac

Yes that works great!

sweet - i will get this patch into the master branch soon