feat(shortcut): 新增 watch 命令模块,支持仓库关注 #405

Closed
chroe wants to merge 0 commits from chroe/gitlink-cli:feat/watch-shortcut into master
Contributor

为 gitlink-cli 新增 watch 命令模块,支持仓库关注(订阅)操作:

  • watch +watch 关注指定仓库
  • watch +unwatch 取消关注
  • watch +watchers 列出仓库关注者

遵循 common.Shortcut 规范,复用 RuntimeContext。含单元测试。

为 gitlink-cli 新增 watch 命令模块,支持仓库关注(订阅)操作: - watch +watch 关注指定仓库 - watch +unwatch 取消关注 - watch +watchers 列出仓库关注者 遵循 common.Shortcut 规范,复用 RuntimeContext。含单元测试。
chroe added 3 commits 2026-07-09 23:38:07 +08:00
e7faf0bbe9 feat(shortcut): add watch shortcuts (watch/unwatch/watchers)
新增 watch 命令模块,支持仓库关注(订阅)操作:
- watch +watch     关注指定仓库
- watch +unwatch   取消关注
- watch +watchers  列出仓库关注者

遵循 common.Shortcut 规范,复用 RuntimeContext。
含单元测试 shortcuts/watch/watch_test.go。
wbtiger closed this pull request 2026-07-14 22:55:46 +08:00
wbtiger reopened this pull request 2026-07-14 23:01:42 +08:00
wbtiger closed this pull request 2026-07-14 23:04:14 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Gitlink/gitlink-cli#405
No description provided.