Hacker News new | ask | show | jobs
by baal80spam 917 days ago
I'll star a repo when I want to add it to my "favourite" or "interesting" repos - they are all listed under "Your stars". Is there a better way of achieving the same?
3 comments

I'm using a local gitweb instance for this purpose. I have a directory of favorite repos cloned using "git clone --mirror" and a cron job to sync them every 3 hours. gitweb provides a web interface for browsing them.

I like that it lets me open files without JavaScript enabled and search the code without logging in. I still use GitHub.com to read the issues on a couple repos though.

Example of what gitweb looks like: https://sourceware.org/git/ - There's also cgit which is similar: https://git.kernel.org/

is lack of privacy your issue with the "your stars" page? consider a bookmarks manager.
You can make the profile private and it’ll hide the stars.
Can't hide the stars from Github itself though. Keeping as much preference data away from social networks as possible is not an unreasonable stance, IMHO.
You also can't hide the fact that you're browsed or even cloned the repository from GitHub, since it's on their servers.
Perfect is the enemy of good. Much harder for some website to correlate random dowmloads to a specific identity.
not a bad idea. in that case you can just bookmark them, no?
Why wouldn't you use bookmarks like for everything else?