diff options
| author | Devansh Sharma <[email protected]> | 2025-07-20 20:57:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-20 18:57:41 +0000 |
| commit | 8f85ac7de027326c0440cc21122d6439687fab44 (patch) | |
| tree | 10d98a1659313f66670e904915e8fa2c81a83cf0 /docs/cli | |
| parent | a01b1219a3e814c370f6827b81c9118f2cbc7a64 (diff) | |
feat: Added /copy command for copying output to clipboard with new Command Service approach (#3706)
Co-authored-by: Abhi <[email protected]>
Co-authored-by: N. Taylor Mullen <[email protected]>
Diffstat (limited to 'docs/cli')
| -rw-r--r-- | docs/cli/commands.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md index 6c748d18..97527a68 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -28,6 +28,9 @@ Slash commands provide meta-level control over the CLI itself. - **`/compress`** - **Description:** Replace the entire chat context with a summary. This saves on tokens used for future tasks while retaining a high level summary of what has happened. +- **`/copy`** + - **Description:** Copies the last output produced by Gemini CLI to your clipboard, for easy sharing or reuse. + - **`/editor`** - **Description:** Open a dialog for selecting supported editors. |
