snsinahub/Organization-wide Branch Finder

List all repositories from an owner (user or organization) and optionally search for specific branches

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ownerGitHub owner (username or organization name)yes
tokenGitHub token with repo read accessyes
branch-nameOptional: Branch name to search for across all repositoriesno""
output-formatOutput format: json, flat, array, or csvnojson
visibilityFilter by repository visibility: all, public, private, or internalnoall
include-forksInclude forked repositories: true, false, or onlynotrue
max-reposMaximum number of repositories to fetch (default: 5000, set to 0 for unlimited)no5000
pagePage number to start fetching from (for pagination control, default: 1)no1
per-pageNumber of repositories per page (max: 100, default: 100)no100
namedescription
repositoriesRepositories in the specified format (json, flat, array, or csv)
repositories-with-branchRepositories with branch in the specified format (if branch-name is provided)
repository-countTotal count of repositories found
repositories-with-branch-countCount of repositories containing the specified branch (if branch-name is provided)