📝 Update documentation and metadata for xh tool, removing incorrect ripgrep alias association
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
},
|
||||
{
|
||||
"name": "xh",
|
||||
"aliases": "ripgrep",
|
||||
"repo": "https://github.com/ducaale/xh",
|
||||
"description": "Friendly and fast tool for sending HTTP requests"
|
||||
},
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
```yaml
|
||||
name: xh
|
||||
aliases: ripgrep
|
||||
repo: https://github.com/ducaale/xh
|
||||
description: Friendly and fast tool for sending HTTP requests
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user