Files
cheatsheets/fzf/CHEATSHEET.md

19 lines
201 B
Markdown

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