📚 Add fzf to README and meta.json files

This commit is contained in:
2026-04-12 01:44:56 +08:00
parent 447612c7ec
commit 0f9df6171f
3 changed files with 25 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
| Name | Alias | Cheat Sheet | Description | | Name | Alias | Cheat Sheet | Description |
| ----- | ----- | ----- | ----- | | ----- | ----- | ----- | ----- |
| 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 |
| 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. |

19
fzf/CHEATSHEET.md Normal file
View File

@@ -0,0 +1,19 @@
# fzf
## Meta
```yaml
name: fzf
repo: https://github.com/junegunn/fzf
description: 🌸 A command-line fuzzy finder
```
## Install
```shell
brew install fzf
```
```shell
mise use -g fzf@latest
```

View File

@@ -4,6 +4,11 @@
"repo": "https://github.com/muesli/duf", "repo": "https://github.com/muesli/duf",
"description": "Disk Usage/Free Utility - a better 'df' alternative" "description": "Disk Usage/Free Utility - a better 'df' alternative"
}, },
{
"name": "fzf",
"repo": "https://github.com/junegunn/fzf",
"description": "🌸 A command-line fuzzy finder"
},
{ {
"name": "just", "name": "just",
"repo": "https://github.com/casey/just", "repo": "https://github.com/casey/just",