📚 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

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
```