I am looking at a GitHub release that contains over 200 .tgz files that I want to download. Is there any way to download them all in bulk within one line/script, as opposed to downloading them each individually?
Because it is not exactly hosted on the GitHub repository, I can't clone the master repository either. How should I go about this efficiently?
gh release download -R raaka/cpp `gh release list -R raaka/cpp -L 1| awk '{print $5}'`
until github.com/cli/cli/issues/2310 is fixed. – Shuddering