79265840

Date: 2024-12-09 17:11:22
Score: 1.5
Natty:
Report link

If you want to download files via gh cli without having to have the raw link on hand:

curl -L $(gh api /repos/<owner>/<repo>/contents/<file> --jq .download_url) > <output_file>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: lord-skinner