Notifications
dot git-notifications
Section titled “dot git-notifications”The authenticated user’s GitHub notification inbox. Without machine or action flags it opens the interactive TUI with open, mark-read, done, ignore, unignore, and bot-read actions.
dot git-notifications # interactive TUIdot git-notifications --raw # text summary of notification threadsdot git-notifications --bar-json # JSON for status bars and shell modulesdot git-notifications --list-threads # notification threads as rowsdot git-notifications --participating # only participating or mentioned threadsdot git-notifications --all # include read notificationsActions
Section titled “Actions”dot git-notifications --mark-read <id> # mark a thread readdot git-notifications --mark-done <id> # mark a thread donedot git-notifications --ignore <id> # ignore future notifications for a threaddot git-notifications --unignore <id> # stop ignoring a threadBot notifications
Section titled “Bot notifications”dot git-notifications --mark-bot-read --dry-run # preview matched bot threadsdot git-notifications --mark-bot-read # mark Renovate/Dependabot/bot threads readUse --dry-run first to preview the threads that would be marked.
Requirements
Section titled “Requirements”The notification API requires gh authenticated with a classic token carrying the notifications or repo scope.
Status bar module
Section titled “Status bar module”A status bar module refreshes dot git-notifications --bar-json through its own short-lived cache. Notification surfaces hide repos that are not enabled in dot-git.yml, while upstream notifications can match a managed fork’s remote.upstream.url. Left click opens dot git-notifications --bar-filter; right click refreshes the cache. dot doctor verifies GitHub notification API access plus the active notification module wiring.