mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
2883620ba2
* feat: add gitee adapters and docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: compact gitee trending table output Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: add gitee adapter documentation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(gitee): avoid faking user index values --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: jackwener <jakevingoo@gmail.com>
886 B
886 B
Gitee
Mode: 🌐 Public (Browser) · Domain: gitee.com
Commands
| Command | Description |
|---|---|
opencli gitee trending |
Recommended open-source projects from Gitee Explore |
opencli gitee search |
Search Gitee repositories by keyword |
opencli gitee user |
Show user profile panel (nickname, followers, public repos, Gitee index) |
Usage Examples
# Explore recommended projects
opencli gitee trending --limit 10
# Search repositories
opencli gitee search opencli --limit 10
# User profile panel
opencli gitee user fu-qingrong
# JSON output
opencli gitee trending --limit 5 -f json
opencli gitee search "ai agent" --limit 5 -f json
opencli gitee user jackwener -f json
Prerequisites
- Chrome running with Browser Bridge extension installed
- No login required for these public commands