Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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