https://github.com/zimfw/fzf
Configures fzf for faster fetching of files and directories names.
https://github.com/zimfw/fzf
fzf zim zimfw zsh zsh-plugin zsh-plugins
Last synced: 8 months ago
JSON representation
Configures fzf for faster fetching of files and directories names.
- Host: GitHub
- URL: https://github.com/zimfw/fzf
- Owner: zimfw
- License: mit
- Created: 2021-03-23T01:50:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T22:17:05.000Z (about 1 year ago)
- Last Synced: 2025-04-13T12:13:15.155Z (about 1 year ago)
- Topics: fzf, zim, zimfw, zsh, zsh-plugin, zsh-plugins
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fzf
===
Sets up the Zsh shell integration for [fzf].
The following should be removed from your `~/.zshrc`, since this module will
already take care of it:
```zsh
source <(fzf --zsh)
```
Also configures [fzf] to use [bfs], [fd], [ripgrep] or [ugrep] for faster
fetching of files and directories names.
Sets ALT-C previews with [eza], [lsd] or ls. Also sets CTRL-T previews with [bat] if it's
installed. Press CTRL-/ to toggle the preview.
Requirements
------------
[fzf] >= 0.48.0 must be installed. And either [bfs], [fd], [ripgrep] or [ugrep]
must be installed already too.
[fzf]: https://github.com/junegunn/fzf
[bfs]: https://tavianator.com/projects/bfs.html
[fd]: https://github.com/sharkdp/fd
[ripgrep]: https://github.com/BurntSushi/ripgrep
[ugrep]: https://ugrep.com
[eza]: https://github.com/eza-community/eza
[lsd]: https://github.com/lsd-rs/lsd
[bat]: https://github.com/sharkdp/bat