How can I see all the projects I'm watching on github?

Github

Github Problem Overview


Is there a way to see a list of all projects I'm watching and maybe unwatch some in bulk?

Github Solutions


Solution 1 - Github

More information about this and related features can be in the official announcement

watched

Solution 2 - Github

As commented by @xinthose, things have changed in 2020, including the fact we now have starred repos (which is often what you really want) and also different levels of watching.

For watched repos do the following (or enter URL https://github.com/watching as @nulltoken suggests). You will then wee your Watched repositories grouped by type of watch.

  1. Click on the bell in the upper right

github bell

  1. Select the Manage notifications in the lower left and then Watched repositories

enter image description here

For Starred repositories, click your avatar in the upper right and then select Your stars.

avatar menu

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAaronView Question on Stackoverflow
Solution 1 - GithubnulltokenView Answer on Stackoverflow
Solution 2 - GithubstudgeekView Answer on Stackoverflow