From 402df8ea5af22a547b70ef381927e80872038437 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Sat, 24 Jan 2026 14:31:40 -0500 Subject: [PATCH] fix: rename snap from ocli-gmail to ocli-gmail-ro The snap name should match the repo naming pattern and clarify that this is specifically the read-only Gmail CLI. --- README.md | 2 +- snap/snapcraft.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3ca350..b22b5d8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ winget install OpenCLICollective.gmail-readonly **Snap** ```bash -sudo snap install ocli-gmail +sudo snap install ocli-gmail-ro ``` > Note: After installation, the command is available as `gmro`. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index fd89d2c..a6c9911 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,4 +1,4 @@ -name: ocli-gmail +name: ocli-gmail-ro base: core22 version: git summary: Read-only command-line interface for Gmail @@ -30,7 +30,7 @@ plugs: - $HOME/.config/gmail-readonly apps: - ocli-gmail: + ocli-gmail-ro: command: bin/gmro plugs: - home