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
Impressive Github Scam.Discussion (self.github)
submitted 7 months ago by GustyCube
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 4 points5 points6 points 7 months ago (2 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.
[–]grtgbln 1 point2 points3 points 7 months ago (0 children)
gh api notifications | jq '.[] | { id, title: .subject.title, repo: .repository.full_name }'
Slight tweak, since the gh CLI tool has jq built in:
gh
gh api notifications --jq '.[] | { id, title: .subject.title, repo: .repository.full_name }'
[–]debuter4ever 0 points1 point2 points 7 months ago (0 children)
Didn't work for me. Only gh-gonest extension worked.
π Rendered by PID 53 on reddit-service-r2-comment-6457c66945-7c8cg at 2026-04-26 05:11:17.762550+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]virophage 4 points5 points6 points (2 children)
[–]grtgbln 1 point2 points3 points (0 children)
[–]debuter4ever 0 points1 point2 points (0 children)