summaryrefslogtreecommitdiff
path: root/.local/bin/development/github-repo-size
blob: 0cedd882ee3c98116bd30c19585e7b24c8dc3dfe (plain)
1
2
3
#!/bin/sh

echo "$1" | perl -ne 'print $1 if m!([^/]+/[^/]+?)(?:\.git)?$!' | xargs -i curl -s -k https://api.github.com/repos/'{}' | grep size