gist-manager

Clean up your gists

List and delete your gists quickly, in batches — instead of clicking through them one at a time on GitHub.

  • Every delete has a five-second undo
  • Runs entirely in your browser — your token never leaves it

Where do I get a token?

Already use the GitHub CLI?

Print the token it’s holding — it starts with gho_:

gh auth token

It needs the gist scope. If the app says it’s missing:

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.

gist-manager

/