From 86d9fce4812cbf3ddb6a7826618cca60ae013242 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Apr 2026 01:50:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20documentation=20and=20m?= =?UTF-8?q?etadata=20for=20xh=20tool,=20removing=20incorrect=20ripgrep=20a?= =?UTF-8?q?lias=20association?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- meta.json | 1 - xh/CHEATSHEET.md | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f0a1bfc..f6bff63 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ | openspec | - | [CHEATSHEET.md](openspec/CHEATSHEET.md) | Spec-driven development (SDD) for AI coding assistants. | | rg | ripgrep | [CHEATSHEET.md](rg/CHEATSHEET.md) | ripgrep recursively searches directories for a regex pattern while respecting your gitignore | | uv | - | [CHEATSHEET.md](uv/CHEATSHEET.md) | An extremely fast Python package and project manager, written in Rust. | -| xh | ripgrep | [CHEATSHEET.md](xh/CHEATSHEET.md) | Friendly and fast tool for sending HTTP requests | +| xh | - | [CHEATSHEET.md](xh/CHEATSHEET.md) | Friendly and fast tool for sending HTTP requests | | yq | - | [CHEATSHEET.md](yq/CHEATSHEET.md) | yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor | | zb | zerobrew | [CHEATSHEET.md](zb/CHEATSHEET.md) | A 5-20x faster experimental Homebrew alternative | diff --git a/meta.json b/meta.json index 902e81c..41eea4f 100644 --- a/meta.json +++ b/meta.json @@ -42,7 +42,6 @@ }, { "name": "xh", - "aliases": "ripgrep", "repo": "https://github.com/ducaale/xh", "description": "Friendly and fast tool for sending HTTP requests" }, diff --git a/xh/CHEATSHEET.md b/xh/CHEATSHEET.md index 2a2f4a4..249e955 100644 --- a/xh/CHEATSHEET.md +++ b/xh/CHEATSHEET.md @@ -4,7 +4,6 @@ ```yaml name: xh -aliases: ripgrep repo: https://github.com/ducaale/xh description: Friendly and fast tool for sending HTTP requests ```