📚 Add documentation and metadata for new tools: just, rg, and xh

This commit is contained in:
2026-04-12 00:58:19 +08:00
parent ba446ba373
commit b468ffc3a6
5 changed files with 75 additions and 0 deletions

20
rg/CHEATSHEET.md Normal file
View File

@@ -0,0 +1,20 @@
# rg
## Meta
```yaml
name: rg
aliases: ripgrep
repo: https://github.com/burntsushi/ripgrep
description: ripgrep recursively searches directories for a regex pattern while respecting your gitignore
```
## Install
```shell
$ cargo install ripgrep
```
or
```shell
$ cargo binstall ripgrep
```