Skip to content

Instantly share code, notes, and snippets.

@pandemicsyn
Last active December 12, 2022 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandemicsyn/601a5e5a3d9a5f589c71cc70700ecfbf to your computer and use it in GitHub Desktop.
Save pandemicsyn/601a5e5a3d9a5f589c71cc70700ecfbf to your computer and use it in GitHub Desktop.
Random Gist Example

Random gist demo

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'

more stuff

other things you can do via the api:

random doggo

doggo

#!/bin/bash
echo "Everyday should be Taco Tuesday. 🌮 "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment