From 2cae32bfe9d5c0fb379c22697b690499c9950a3c Mon Sep 17 00:00:00 2001 From: clawdeeo Date: Fri, 24 Apr 2026 09:06:28 +0000 Subject: [PATCH] docs: simplify commands table to match help output --- README.md | 42 +++++++++++++++--------------------------- 1 file changed, 15 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 7649b95..62cd838 100644 --- a/README.md +++ b/README.md @@ -19,36 +19,24 @@ gcw install sharkdp/bat gcw list ``` -See the [full command reference](#commands) below. - ## Commands | Command | Description | |---------|-------------| -| `install ` | Install a package from GitHub releases | -| `install "^14"` | Install with a semver range | -| `install --locked` | Install exact versions from the lockfile | -| `install --local ` | Install to the project-local `.gitclaw/` directory | -| `install --channel nightly ` | Install from a specific release channel | -| `list` | List installed packages | -| `list --outdated` | Show packages with newer versions available | -| `list --verbose` | Show detailed package information | -| `update [package]` | Update a package (or all if none specified) | -| `uninstall ` | Uninstall a package | -| `search ` | Browse available releases | -| `lock` | Generate a lockfile from installed packages | -| `alias add ` | Create a short name for a package | -| `alias remove ` | Remove an alias | -| `alias list` | List all aliases | -| `cache size` | Show total cache size on disk | -| `cache clean` | Remove all cached archives | -| `export [-o file]` | Export installed packages as TOML | -| `import ` | Install packages from a TOML file | -| `self-update` | Update gitclaw to the latest version | -| `self-update --check` | Check for updates without installing | -| `completions ` | Generate shell completions | -| `platform` | Show platform information | -| `run [args...]` | Run an installed package | +| alias | Manage package aliases. | +| cache | Manage the asset cache. | +| completions | Generate shell completions. | +| export | Export installed packages to TOML. | +| import | Install packages from a TOML file. | +| install | Install packages from GitHub releases. | +| list | List installed packages. | +| lock | Generate a lockfile from installed packages. | +| platform | Show platform information. | +| run | Run an installed package. | +| search | Search for releases on GitHub. | +| self | Update gitclaw to the latest version. | +| uninstall | Uninstall a package. | +| update | Update installed packages. | ## Configuration @@ -98,4 +86,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. ## License -MIT -- Copyright (c) 2026 Francesco Sardone (Airscript) +MIT -- Copyright (c) 2026 Francesco Sardone (Airscript) \ No newline at end of file