9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
35 lines
886 B
Markdown
35 lines
886 B
Markdown
# 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
|
|
|
|
```bash
|
|
# 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](/guide/browser-bridge) installed
|
|
- No login required for these public commands
|