https://github.com/zenghongtu/Remu
💥Chrome Extension for GitHub that view stars / star history / organizing starred repository
https://github.com/zenghongtu/Remu
chrome chrome-extension github github-search github-search-repository github-stars star-history
Last synced: about 1 month ago
JSON representation
💥Chrome Extension for GitHub that view stars / star history / organizing starred repository
- Host: GitHub
- URL: https://github.com/zenghongtu/Remu
- Owner: zenghongtu
- License: mit
- Archived: true
- Created: 2019-05-30T14:46:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T02:24:08.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T06:41:06.991Z (6 months ago)
- Topics: chrome, chrome-extension, github, github-search, github-search-repository, github-stars, star-history
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/remu/bajifjohhghngljcfhkbpcggafpiajdo
- Size: 10.6 MB
- Stars: 518
- Watchers: 9
- Forks: 31
- Open Issues: 42
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
Remu - Managing your GitHub Starred Repository efficiently has never been easier.---
---
## What is Remu?
Remu(レム) is rem's non-Japanese kana pinyin.
Here, she is a Chrome browser plug-in, which manages GitHub Stars efficiently through label classification, and realizes cross-platform data synchronization by virtue of Gists' powerful capability1.
1 - The sync capability (storage.sync) provided by Chrome is only 100kb in size and can only store 512 items, 8kb each. If there are too many repos and labels, some of the data will not be synchronized, so I use Gists for synchronization (there is currently no capacity limit), and by the way, I can view the history.
## Install
[Chrome Web Store](https://chrome.google.com/webstore/detail/remu/bajifjohhghngljcfhkbpcggafpiajdo)
## Feature
- Show starred repositories / watching repositories(**default close**)
- Add Notes
- Set / Edit / Delete Tags
- Search by title / description / readme(**default close**)
- UnStarred Repo / Download Zip / Clone with HTTPS
- Google Account Sync Token/GistId, Gist ** Auto Sync ** tag data (default 6 second delay)
- and many more...### Repo
### Tab
## Next Feature
- [x] star history
- [ ] multi-language
- [ ] theme
- [ ] toc
- [ ] search tips
- [ ] tag custom color## Screenshot
### Star History

### Settings
### Token Scopes
## Development
```shell
yarn run start
```## Community
## License
MIT © [zenghongtu](https://github.com/zenghongtu)