From ebe10f8b2a0ead993857ba4cdfbd0ad4e2dbf43d Mon Sep 17 00:00:00 2001 From: Yuhan Lei Date: Mon, 23 Mar 2026 14:30:18 +0800 Subject: [PATCH 1/2] docs: add gws to External CLI Hub table in README The Google Workspace CLI (gws) was registered in external-clis.yaml but missing from the README table. Closes #120. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac4c44f..278397e 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ OpenCLI acts as a universal hub for your existing command-line tools. It provide | **docker** | Docker command-line interface | `opencli docker ps` | | **kubectl** | Kubernetes command-line tool | `opencli kubectl get pods` | | **readwise** | Readwise & Reader CLI | `opencli readwise login` | +| **gws** | Google Workspace CLI — Docs, Sheets, Drive, Gmail, Calendar | `opencli gws docs list` | **Zero Configuration**: OpenCLI purely passes your inputs to the underlying binary via standard I/O streams. The external CLI works exactly as it naturally would, maintaining its standard output formats. From 2ea701e883129903b8d1c6e583f5a19205db3e59 Mon Sep 17 00:00:00 2001 From: jackwener Date: Mon, 23 Mar 2026 15:35:06 +0800 Subject: [PATCH 2/2] docs: add gws to Chinese README External CLI Hub table --- README.zh-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.zh-CN.md b/README.zh-CN.md index 16a21a6..198cc41 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -168,6 +168,7 @@ OpenCLI 也可以作为你现有命令行工具的统一入口,负责发现、 | **docker** | Docker 命令行工具 | `opencli docker ps` | | **kubectl** | Kubernetes CLI | `opencli kubectl get pods` | | **readwise** | Readwise / Reader CLI | `opencli readwise login` | +| **gws** | Google Workspace CLI — Docs, Sheets, Drive, Gmail, Calendar | `opencli gws docs list` | **零配置透传**:OpenCLI 会把你的输入原样转发给底层二进制,保留原生 stdout / stderr 行为。