commit 19cf18d9a8e1304de7d65687931d0a24a4f1ccd4
parent 2cea60e16307b0e07c46a69d2c405a4f1408f20a
Author: Erik Loualiche <eloualic@umn.edu>
Date: Fri, 13 Mar 2026 21:14:38 -0500
chore: rename repo to xl-cli-tools
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat:
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.2.1"
edition = "2024"
description = "CLI tools for viewing and editing Excel files — designed for LLMs and Claude Code"
license = "MIT"
-repository = "https://github.com/LouLouLibs/llm-excel"
+repository = "https://github.com/LouLouLibs/xl-cli-tools"
keywords = ["excel", "xlsx", "cli", "llm"]
categories = ["command-line-utilities"]
exclude = ["demo/*.gif", "docs/superpowers/"]
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# llm-excel
+# xl-cli-tools
[](LICENSE)
@@ -21,17 +21,17 @@ Two binaries, no runtime dependencies:
### Pre-built binaries (macOS)
-Download from [Releases](https://github.com/LouLouLibs/llm-excel/releases):
+Download from [Releases](https://github.com/LouLouLibs/xl-cli-tools/releases):
```bash
# Apple Silicon
-curl -L https://github.com/LouLouLibs/llm-excel/releases/latest/download/xlcat-aarch64-apple-darwin -o ~/.local/bin/xlcat
-curl -L https://github.com/LouLouLibs/llm-excel/releases/latest/download/xlset-aarch64-apple-darwin -o ~/.local/bin/xlset
+curl -L https://github.com/LouLouLibs/xl-cli-tools/releases/latest/download/xlcat-aarch64-apple-darwin -o ~/.local/bin/xlcat
+curl -L https://github.com/LouLouLibs/xl-cli-tools/releases/latest/download/xlset-aarch64-apple-darwin -o ~/.local/bin/xlset
chmod +x ~/.local/bin/xlcat ~/.local/bin/xlset
# Intel Mac
-curl -L https://github.com/LouLouLibs/llm-excel/releases/latest/download/xlcat-x86_64-apple-darwin -o ~/.local/bin/xlcat
-curl -L https://github.com/LouLouLibs/llm-excel/releases/latest/download/xlset-x86_64-apple-darwin -o ~/.local/bin/xlset
+curl -L https://github.com/LouLouLibs/xl-cli-tools/releases/latest/download/xlcat-x86_64-apple-darwin -o ~/.local/bin/xlcat
+curl -L https://github.com/LouLouLibs/xl-cli-tools/releases/latest/download/xlset-x86_64-apple-darwin -o ~/.local/bin/xlset
chmod +x ~/.local/bin/xlcat ~/.local/bin/xlset
```