Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T03:47:21.000Z (about 2 months ago)
- Last Synced: 2024-12-04T04:29:01.369Z (about 2 months ago)
- Topics: fzf, zim, zimfw, zsh, zsh-plugin, zsh-plugins
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- 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 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
[bat]: https://github.com/sharkdp/bat