Albert

Posts tagged with ‘github’ (1)

How to list all projects in Github

Related notes How to list all projects in Gitlab, How to list all projects in BitBucket Install the github-cli with: pacaur -S github-cli Auth with: gh auth login Once configured, the magic line to list all the repos by LRU is: gh repo list -L 3000 --json nameWithOwner --jq .[].nameWithOwner