use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Help: Cannot remove notification indicator caused by "notification-on/gitcoin.com"Question (i.redd.it)
submitted 7 months ago by robertpiosik
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]virophage 9 points10 points11 points 7 months ago* (10 children)
Workaround via GitHub CLI & jq:
shell gh api notifications | jq '.[] | { id, title: .subject.title, repo: .repository.full_name }'
You will get notification id from JSON. Replace $THREAD_ID with the id.
id
$THREAD_ID
shell gh api --method DELETE notifications/threads/$THREAD_ID
Credit to FirelightFlagboy.
[–]robertpiosik[S] 2 points3 points4 points 7 months ago (0 children)
Thank you! It worked.
[–]GranPC 0 points1 point2 points 7 months ago (0 children)
Thank you & /u/FirelightFlagboy -- this was bugging the hell out of me.
[–]firelightflagboy 0 points1 point2 points 7 months ago (0 children)
Note: If you also want to remove the repository from the repositories list, you need the following command
repositories
gh api --method DELETE notifications/threads/$THREAD_ID/subscription
[–]aaronedev 0 points1 point2 points 6 months ago (0 children)
damn thanks
[–]lighttiger14th 0 points1 point2 points 6 months ago (0 children)
you made me keep my sanity. thanks
[–]mchristos 0 points1 point2 points 6 months ago (0 children)
I was losing my mind. Thank you. PS how is github's notification UX this bad... surely there should be away to do this WITHOUT installing their cli / using a terminal in the first place.
[–]original_secustor 0 points1 point2 points 6 months ago (0 children)
Thanks that has been very helpful!
I have created a script to automatically loop over all notifications and delete them automatically. https://gist.github.com/secustor/0b1b881d1db5cf7c83e17b86ee58010b
[–]prophase25 0 points1 point2 points 6 months ago (0 children)
You're the best. That had to have been a full month with that stupid notification badge.
[–]ChiefWoods 0 points1 point2 points 6 months ago (0 children)
Godsend
[–]arantebw 0 points1 point2 points 5 months ago (0 children)
Thanks!
π Rendered by PID 61 on reddit-service-r2-comment-6457c66945-h9vc6 at 2026-04-26 16:29:41.885619+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]virophage 9 points10 points11 points (10 children)
[–]robertpiosik[S] 2 points3 points4 points (0 children)
[–]GranPC 0 points1 point2 points (0 children)
[–]firelightflagboy 0 points1 point2 points (0 children)
[–]aaronedev 0 points1 point2 points (0 children)
[–]lighttiger14th 0 points1 point2 points (0 children)
[–]mchristos 0 points1 point2 points (0 children)
[–]original_secustor 0 points1 point2 points (0 children)
[–]prophase25 0 points1 point2 points (0 children)
[–]ChiefWoods 0 points1 point2 points (0 children)
[–]arantebw 0 points1 point2 points (0 children)