gws-gmail-triage
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegmail +triage
gmail +triage
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
Show unread inbox summary (sender, subject, date)
PREREQUISITE: 请阅读了解认证、全局标志和安全规则。如果该文件缺失,请运行../gws-shared/SKILL.md来创建它。gws generate-skills
显示未读收件箱摘要(发件人、主题、日期)
Usage
使用方法
bash
gws gmail +triagebash
gws gmail +triageFlags
标志
| Flag | Required | Default | Description |
|---|---|---|---|
| — | 20 | Maximum messages to show (default: 20) |
| — | — | Gmail search query (default: is:unread) |
| — | — | Include label names in output |
| 标志 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|
| — | 20 | 要显示的最大邮件数量(默认值:20) |
| — | — | Gmail搜索查询语句(默认值:is:unread) |
| — | — | 在输出中包含标签名称 |
Examples
示例
bash
gws gmail +triage
gws gmail +triage --max 5 --query 'from:boss'
gws gmail +triage --format json | jq '.[].subject'
gws gmail +triage --labelsbash
gws gmail +triage
gws gmail +triage --max 5 --query 'from:boss'
gws gmail +triage --format json | jq '.[].subject'
gws gmail +triage --labelsTips
提示
- Read-only — never modifies your mailbox.
- Defaults to table output format.
- 只读模式——绝不会修改您的邮箱。
- 默认采用表格格式输出。
See Also
另请参阅
- gws-shared — Global flags and auth
- gws-gmail — All send, read, and manage email commands
- gws-shared — 全局标志与认证
- gws-gmail — 所有发送、读取和管理邮件的命令