snsinahub/List Repos

Search and list repositories in a GitHub organization with pattern matching, automatic pagination, and configurable output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token with repo read accessyes
orgGitHub organization nameyes
searchSearch pattern for repo names. Use "*" or "all" for all repos, a regex (e.g. "^frontend-.*"), or a simple wildcard (e.g. "api-*")no*
output-formatOutput format: "json" (array of owner/repo) or "text" (one owner/repo per line)nojson
output-fileOptional file path to write the output tono
namedescription
reposThe matched repositories in the chosen format
countThe number of matched repositories