How to list all projects in Github
— Albert De La Fuente VigliottiInstall 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