xl-cli-tools

CLI tools for viewing and editing Excel files
Log | Files | Refs | README | LICENSE

commit 2cea60e16307b0e07c46a69d2c405a4f1408f20a
parent bf2d143cc0509e0b2f1c92398209958c7105f4a9
Author: Erik Loualiche <[email protected]>
Date:   Fri, 13 Mar 2026 21:09:21 -0500

fix: update repo URLs to LouLouLibs org

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

Diffstat:
MCargo.toml | 2+-
MREADME.md | 10+++++-----
2 files changed, 6 insertions(+), 6 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/eloualiche/llm-excel" +repository = "https://github.com/LouLouLibs/llm-excel" keywords = ["excel", "xlsx", "cli", "llm"] categories = ["command-line-utilities"] exclude = ["demo/*.gif", "docs/superpowers/"] diff --git a/README.md b/README.md @@ -21,17 +21,17 @@ Two binaries, no runtime dependencies: ### Pre-built binaries (macOS) -Download from [Releases](https://github.com/eloualiche/llm-excel/releases): +Download from [Releases](https://github.com/LouLouLibs/llm-excel/releases): ```bash # Apple Silicon -curl -L https://github.com/eloualiche/llm-excel/releases/latest/download/xlcat-aarch64-apple-darwin -o ~/.local/bin/xlcat -curl -L https://github.com/eloualiche/llm-excel/releases/latest/download/xlset-aarch64-apple-darwin -o ~/.local/bin/xlset +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 chmod +x ~/.local/bin/xlcat ~/.local/bin/xlset # Intel Mac -curl -L https://github.com/eloualiche/llm-excel/releases/latest/download/xlcat-x86_64-apple-darwin -o ~/.local/bin/xlcat -curl -L https://github.com/eloualiche/llm-excel/releases/latest/download/xlset-x86_64-apple-darwin -o ~/.local/bin/xlset +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 chmod +x ~/.local/bin/xlcat ~/.local/bin/xlset ```