Listing a gist via gh
# GitHub CLI api
# https://cli.github.com/manual/gh_api
gh api \
-H "Accept: application/vnd.github+json" \
/gists \
-f 'undefined'other things you can do via the api:
Listing a gist via gh
# GitHub CLI api
# https://cli.github.com/manual/gh_api
gh api \
-H "Accept: application/vnd.github+json" \
/gists \
-f 'undefined'other things you can do via the api:
| #!/bin/bash | |
| echo "Everyday should be Taco Tuesday. 🌮 " |