update readme

This commit is contained in:
AmintaCCCP
2025-08-05 14:14:40 +08:00
parent 28cd6defae
commit 73c9f9ec9e
2 changed files with 37 additions and 3 deletions

View File

@@ -1,13 +1,35 @@
<div align="center">
![Logo](upload/logo.png)
# GithubStarsManager # GithubStarsManager
![100% 本地数据](https://img.shields.io/badge/数据存储-100%25本地-success?style=flat&logo=database&logoColor=white) ![AI 支持](https://img.shields.io/badge/AI-支持多模型-blue?style=flat&logo=openai&logoColor=white) ![全平台](https://img.shields.io/badge/平台-Windows%20%7C%20macOS%20%7C%20Linux-purple?style=flat&logo=electron&logoColor=white)
An app for managing github starred repositories. An app for managing github starred repositories.
<a href="https://www.producthunt.com/products/githubstarsmanager?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-githubstarsmanager" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1001489&theme=light&t=1754373322417" alt="GithubStarsManager - AI&#0032;organizes&#0032;GitHub&#0032;stars&#0032;for&#0032;easy&#0032;find | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</div>
## ✨ Features ## ✨ Features
Tired of starring everything and finding nothing? GitHub Stars Manager automatically syncs your starred repos, uses AI to summarize and categorize them, and lets you find anything with semantic search. Track releases, filter assets, and oneclick download—smarter than manual tags, simpler than GitHub.
- Auto-sync stars: connect your GitHub token to pull all starred repos
- AI summaries & categories: generate tags, topics, and short README overviews
- Semantic search: find repos by intent, not exact names
- Release tracking: subscribe to repos and see new versions in one place
- Oneclick downloads: expand release assets and download instantly
- Smart filters: match assets by keywords (e.g., dmg/mac/arm64/aarch64)
- Bilingual wiki jump: deepwiki (EN) or zread (ZH) based on language
- Packaged client: no environment setup required
### Starred Repo Manager ### Starred Repo Manager
1. Automatically pull the starred repositories under your github account. You can use AI to automatically analyze the repository and automatically generate repository descriptions, labels, and classifications. 1. Automatically pull the starred repositories under your github account. You can use AI to automatically analyze the repository and automatically generate repository descriptions, labels, and classifications.
2. through the filter, **natural language search**, you can quickly find the repository. 2. through the filter, keyword search, you can quickly find the repository.
![SCR-20250629-qkjk](upload/repo.jpg) ![SCR-20250629-qkjk](upload/repo.jpg)
@@ -25,13 +47,25 @@ Use your own AI model API that supports OpenAI-compatible interfaces.
## 👋🏻 How to Use ## 👋🏻 How to Use
### 💻 Desktop Client (Recommended)
You can download desktop client here:
https://github.com/AmintaCCCP/GithubStarsManager/releases
### 🤖 Run With code
1. Download the source code, or clone the repository 1. Download the source code, or clone the repository
2. Navigate to the directory, and open a Terminal window at the downloaded folder. 2. Navigate to the directory, and open a Terminal window at the downloaded folder.
3. Run `npm install` to install dependencies and `npm run dev` to build 3. Run `npm install` to install dependencies and `npm run dev` to build
> 💡 When running the project locally using `npm run dev`, calls to AI services and WebDAV may fail due to CORS restrictions. To avoid this issue, use the prebuilt client application or build the client yourself. > 💡 When running the project locally using `npm run dev`, calls to AI services and WebDAV may fail due to CORS restrictions. To avoid this issue, use the prebuilt client application or build the client yourself.
> You can also download desktop client for MacOS:
> https://github.com/AmintaCCCP/GithubStarsManager/releases
## Who its for
Developers with hundreds/thousands of stars
People who systematically track releases
“Lazy-efficient” users who dont want manual tagging
## Additional Notes ## Additional Notes

BIN
upload/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB