Skip to content

Instantly share code, notes, and snippets.

View phughk's full-sized avatar

Przemyslaw Hugh Kaznowski phughk

View GitHub Profile
@eseiler
eseiler / README.md
Last active October 29, 2025 23:01
Remove Phantom Notifications

Remove Phantom Notifications on GitHub

This tool helps you clean up GitHub notifications from repositories that no longer exist ("phantom notifications"), which can clutter your notification feed.

The Node.js script comes from this GitHub Community discussion with minor modifications to console output.

Compatibility

  • The Node.js script works on any platform that supports Node.js
  • The integration shown in these instructions uses bash as the shell, but the concepts can be adapted to other shells (zsh, fish, etc.)