TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: HubStar, the missing "star" feature for GitHub repositories

5 点作者 tsigo大约 13 年前
After the recent HN discussion[1] about what's wrong with GitHub's "Watch" feature, I was spurred to finish a pet project I put about 8 hours into a month ago.<p>HubStar[2] is the missing "star" feature for GitHub repositories. The idea is you log into the site using GitHub's OAuth, download a browser extension (currently only Chrome is available), and you can now star repositories directly from their GitHub pages. The links are stored remotely on the HubStar site for later searching.<p>Prior to this I was using the GitMarks Chrome plugin, but my main problem with it was that it only showed me the name of the projects I bookmarked. If I later needed to find one of them, but only remembered what it did and not what it was called, I'd have to open up a ton of old links trying to find it. HubStar fixes this by showing you the description for the repository so you can search on that as well. Further search filters, such as programming language, may be available in the future.<p>There's also a social aspect to the site. You can see the number of other people who have starred a repository, and I have future plans to let people view all of the users who starred a given repository, and all of the repositories starred by a given user.<p>The source for both the site itself and the Chrome plugin is available on GitHub[3]. I hope people find it useful and I'd love to have some contributions from other people.<p>[1] http://news.ycombinator.com/item?id=3640856<p>[2] http://hubstar.herokuapp.com/<p>[3] https://github.com/tsigo/hubstar

2 条评论

alias1大约 13 年前
Will have to give this a go when I get home. From what I see so far it looks really nice. Well done!
tsigo大约 13 年前
Linked: <a href="http://hubstar.herokuapp.com/" rel="nofollow">http://hubstar.herokuapp.com/</a>