gitlink-cli/shortcuts
Surponess 355fa7fdfb 本次实现:search +issues — 搜索 Issue 功能
新增功能参数
gitlink-cli search +issues --keyword "登录失败"    # 必填:搜索关键词
                           --category opened       # 可选:all/opened/closed
                           --assignee 42           # 可选:按负责人 ID
                           --author 10             # 可选:按创建人 ID
                           --milestone 5           # 可选:按里程碑 ID
                           --tag 1,2               # 可选:按标签 ID
                           --sort-by created_on    # 可选:排序字段
                           --sort-dir asc          # 可选:排序方向
API 调用
GET /api/v1/{owner}/{repo}/issues?keyword=xxx&category=opened&assigner_id=42&sort_by=issues.updated_on
2026-05-25 22:07:35 +08:00
..
branch fix(branch): URL-encode branch name in unprotect, add +unprotect to Skill 2026-05-17 12:19:04 +08:00
ci init gitlink-cli 2026-04-17 10:01:30 +08:00
common feat(issue): add batch close shortcut with dry-run support 2026-05-13 17:27:50 +08:00
issue feat(issue): add batch close shortcut with dry-run support 2026-05-13 17:27:50 +08:00
org init gitlink-cli 2026-04-17 10:01:30 +08:00
pr 变更文件清单 2026-05-25 11:36:49 +08:00
release init gitlink-cli 2026-04-17 10:01:30 +08:00
repo init gitlink-cli 2026-04-17 10:01:30 +08:00
search 本次实现:search +issues — 搜索 Issue 功能 2026-05-25 22:07:35 +08:00
user init gitlink-cli 2026-04-17 10:01:30 +08:00
register.go init gitlink-cli 2026-04-17 10:01:30 +08:00