📝 Update documentation and metadata for xh tool, removing incorrect ripgrep alias association

This commit is contained in:
2026-04-12 01:50:09 +08:00
parent 10f37d6adc
commit 86d9fce481
3 changed files with 1 additions and 3 deletions

View File

@@ -10,6 +10,6 @@
| openspec | - | [CHEATSHEET.md](openspec/CHEATSHEET.md) | Spec-driven development (SDD) for AI coding assistants. | | 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 | | 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. | | 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 | | 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 | | zb | zerobrew | [CHEATSHEET.md](zb/CHEATSHEET.md) | A 5-20x faster experimental Homebrew alternative |

View File

@@ -42,7 +42,6 @@
}, },
{ {
"name": "xh", "name": "xh",
"aliases": "ripgrep",
"repo": "https://github.com/ducaale/xh", "repo": "https://github.com/ducaale/xh",
"description": "Friendly and fast tool for sending HTTP requests" "description": "Friendly and fast tool for sending HTTP requests"
}, },

View File

@@ -4,7 +4,6 @@
```yaml ```yaml
name: xh name: xh
aliases: ripgrep
repo: https://github.com/ducaale/xh repo: https://github.com/ducaale/xh
description: Friendly and fast tool for sending HTTP requests description: Friendly and fast tool for sending HTTP requests
``` ```