tb-search-tags
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese搜索标签
Search Tags
执行步骤
Execution Steps
- 询问:查看全部 / 按关键词搜索
- 执行:
bash
node scripts/tb-api.mjs search-tags [--keyword <关键词>]- 以表格展示:标签ID(id)、名称(name)、颜色(color)
规则:
- 如果宿主支持交互选择控件,则使用交互选择
- 如果宿主不支持交互选择控件,则直接在对话中询问用户
- Inquiry: View all / Search by keyword
- Execute:
bash
node scripts/tb-api.mjs search-tags [--keyword <关键词>]- Display in table: Tag ID (id), Name (name), Color (color)
Rules:
- If the host supports interactive selection controls, use interactive selection
- If the host does not support interactive selection controls, ask the user directly in the conversation