I think it'd be useful to be able to filter repositories. Perhaps with some special syntax: ``` git-admin repo list --filter org:ninetynine git-admin repo list --filter repo:git-admin git-admin repo list --filter nine ``` This might be difficult as listing repositories has pagination, so i'd have to load all pages before filtering or something.
I think it'd be useful to be able to filter repositories. Perhaps with some special syntax:
This might be difficult as listing repositories has pagination, so i'd have to load all pages before filtering or something.