gws-gmail-triage

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

gmail +triage

gmail +triage

PREREQUISITE: Read
../gws-shared/SKILL.md
for auth, global flags, and security rules. If missing, run
gws generate-skills
to create it.
Show unread inbox summary (sender, subject, date)
PREREQUISITE: 请阅读
../gws-shared/SKILL.md
了解认证、全局标志和安全规则。如果该文件缺失,请运行
gws generate-skills
来创建它。
显示未读收件箱摘要(发件人、主题、日期)

Usage

使用方法

bash
gws gmail +triage
bash
gws gmail +triage

Flags

标志

FlagRequiredDefaultDescription
--max
20Maximum messages to show (default: 20)
--query
Gmail search query (default: is:unread)
--labels
Include label names in output
标志是否必填默认值描述
--max
20要显示的最大邮件数量(默认值:20)
--query
Gmail搜索查询语句(默认值:is:unread)
--labels
在输出中包含标签名称

Examples

示例

bash
gws gmail +triage
gws gmail +triage --max 5 --query 'from:boss'
gws gmail +triage --format json | jq '.[].subject'
gws gmail +triage --labels
bash
gws gmail +triage
gws gmail +triage --max 5 --query 'from:boss'
gws gmail +triage --format json | jq '.[].subject'
gws gmail +triage --labels

Tips

提示

  • 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 — 所有发送、读取和管理邮件的命令