Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitgrelard/github-stars-tagger
A Google Chrome extension that lets you add tags to your starred repositories directly on GitHub
https://github.com/benoitgrelard/github-stars-tagger
chrome-extension github
Last synced: about 2 months ago
JSON representation
A Google Chrome extension that lets you add tags to your starred repositories directly on GitHub
- Host: GitHub
- URL: https://github.com/benoitgrelard/github-stars-tagger
- Owner: benoitgrelard
- License: mit
- Created: 2015-09-03T14:04:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T14:42:20.000Z (over 6 years ago)
- Last Synced: 2024-10-14T14:44:32.239Z (about 2 months ago)
- Topics: chrome-extension, github
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/github-stars-tagger/aaihhjepepgajmehjdmfkofegfddcabc
- Size: 171 KB
- Stars: 172
- Watchers: 6
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- stars - benoitgrelard/github-stars-tagger
README
# GitHub Stars Tagger (v1.0.3)
A Google Chrome extension that lets you add tags to your starred repositories directly on GitHub.## About
I built this Chrome extension to fill a gap that has been frustrating me for some time now on GitHub.
There is currently no way (apart from filtering by language) to categorise/organise the repositories that you have starred.There currently are external solutions to this issue such as:
* [astralapp.com](http://astralapp.com/): a separate site
* [Oh My Star](http://www.ohmystarapp.com/): a native applicationHowever, what I wish is to create an experience as transparent as possible for the users, so that it feels like all the added functionality is native to GitHub's website.
## Instalation
To install the extension, simply visit the [Chrome Web Store](https://chrome.google.com/webstore/detail/github-stars-tagger/aaihhjepepgajmehjdmfkofegfddcabc).## Limitations
Currently, the functionality is limited to the `/stars` page but I eventually want to bring a similar experience to individual repository pages.There is also a hard limitation on the number of repositories you can add tags to which is `512` (should be fine for a while) as I am using [Chrome storage.sync](https://developer.chrome.com/extensions/storage#property-sync) as a mean to store the data (which is then neatly shared across your different computers).
I am tracking this limitation, should an issue arise.
## Contributing
Plese see [CONTRIBUTING.md](CONTRIBUTING.md) for more information.## Licensing
MIT © 2015 [Benoît Grélard](http://www.artisologic.com)