gist-manager
List and delete your gists quickly, in batches — instead of clicking through them one at a time on GitHub.
Already use the GitHub CLI?
Print the token it’s holding — it starts with gho_:
gho_
gh auth token
It needs the gist scope. If the app says it’s missing:
gist
gh auth refresh -h github.com -s gist
Otherwise, make one
Open Settings › Developer settings › Tokens (classic) and generate it — the link pre-selects the gist scope. Use a classic token; fine-grained ones can’t manage gists.