📚 Add documentation and metadata for jq and yq tools

This commit is contained in:
2026-04-12 01:49:21 +08:00
parent fff87acd38
commit 10f37d6adc
3 changed files with 22 additions and 0 deletions

View File

@@ -4,10 +4,12 @@
| ----- | ----- | ----- | ----- | | ----- | ----- | ----- | ----- |
| duf | - | [CHEATSHEET.md](duf/CHEATSHEET.md) | Disk Usage/Free Utility - a better 'df' alternative | | duf | - | [CHEATSHEET.md](duf/CHEATSHEET.md) | Disk Usage/Free Utility - a better 'df' alternative |
| fzf | - | [CHEATSHEET.md](fzf/CHEATSHEET.md) | 🌸 A command-line fuzzy finder | | fzf | - | [CHEATSHEET.md](fzf/CHEATSHEET.md) | 🌸 A command-line fuzzy finder |
| jq | - | [CHEATSHEET.md](jq/CHEATSHEET.md) | Command-line JSON processor |
| just | - | [CHEATSHEET.md](just/CHEATSHEET.md) | 🤖 Just a command runner | | just | - | [CHEATSHEET.md](just/CHEATSHEET.md) | 🤖 Just a command runner |
| mise | - | [CHEATSHEET.md](mise/CHEATSHEET.md) | dev tools, env vars, task runner | | mise | - | [CHEATSHEET.md](mise/CHEATSHEET.md) | dev tools, env vars, task runner |
| 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 | ripgrep | [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 | | zb | zerobrew | [CHEATSHEET.md](zb/CHEATSHEET.md) | A 5-20x faster experimental Homebrew alternative |

View File

@@ -9,6 +9,11 @@
"repo": "https://github.com/junegunn/fzf", "repo": "https://github.com/junegunn/fzf",
"description": "🌸 A command-line fuzzy finder" "description": "🌸 A command-line fuzzy finder"
}, },
{
"name": "jq",
"repo": "https://github.com/jqlang/jq",
"description": "Command-line JSON processor"
},
{ {
"name": "just", "name": "just",
"repo": "https://github.com/casey/just", "repo": "https://github.com/casey/just",
@@ -41,6 +46,11 @@
"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"
}, },
{
"name": "yq",
"repo": "https://github.com/mikefarah/yq",
"description": "yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor"
},
{ {
"name": "zb", "name": "zb",
"aliases": "zerobrew", "aliases": "zerobrew",

10
yq/CHEATSHEET.md Normal file
View File

@@ -0,0 +1,10 @@
# yq
## Meta
```yaml
name: yq
repo: https://github.com/mikefarah/yq
description: yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor
```