
I built an Obsidian plugin to manage my Github stars
I have 1000+ starred repositories on Github. Every now and then I feel the need to clean things up. The problem is that removing stars is quite tedious as I have to do it one by one.
So I decided to vibe code an Obsidian plugin for that. This plugin synchronizes all starred repositories to your local vault. It downloads each repo's README.md and generates a metadata file alongside it which is then used for building the Obsidian base table. You can also unstar repos in a batch.
I've used it for a while. I decided to share it. I hope it's helpful to others. Any suggestions for improvements are welcome.