gr icon indicating copy to clipboard operation
gr copied to clipboard

More ways to filter repositories

Open luolong opened this issue 11 years ago • 1 comments

I think it is great that I can filter my repositories by tags, but quite often, when working with multiple repositories, I need to run my git command on a subset of the tagged repositories.

Couple of specific points of interest that might be good candidates for filtering:

  1. status of the repo: modified/unmodified, ahead or behind
  2. name of the active branch

First one could be triggered with -s <modified | clean | ahead | behind>.

Second could be triggered by -b <branch_name>

luolong avatar Jun 25 '14 07:06 luolong

@luolong The workaround here may help you: https://github.com/mixu/gr/issues/93

rocketraman avatar Oct 16 '18 13:10 rocketraman