This repository was archived by the owner on May 13, 2021. It is now read-only.
  
  
  
  
  
Description
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.