fzf (sysutils/fzf) Updated: 1 week, 2 days ago Add to my watchlist
A command-line fuzzy finder written in GoVersion: 0.56.0 License: MIT GitHub
Maintainers | cardi herbygillot |
Categories | sysutils |
Homepage | https://github.com/junegunn/fzf |
Platforms | darwin freebsd linux |
Variants | - |
"fzf" depends on
build (2)
Ports that depend on "fzf"
run (8)Port notes
Bash
====
Append this line to ~/.bashrc to enable fzf keybindings for Bash:
source ${prefix}/share/fzf/shell/key-bindings.bash
Append this line to ~/.bashrc to enable fuzzy auto-completion for Bash:
source ${prefix}/share/fzf/shell/completion.bash
Zsh
===
Append this line to ~/.zshrc to enable fzf keybindings for Zsh:
source ${prefix}/share/fzf/shell/key-bindings.zsh
Append this line to ~/.zshrc to enable fuzzy auto-completion for Zsh:
source ${prefix}/share/fzf/shell/completion.zsh
Fish
====
To enable fzf keybindings for fish, append this line to
~/.config/fish/config.fish:
source ${prefix}/share/fzf/shell/key-bindings.fish
and add the following to ~/.config/fish/functions/fish_user_key_bindings.fish:
function fish_user_key_bindings
fzf_key_bindings
end
Vim
===
The Vim plugin is located in ${prefix}/share/fzf/vim.
Enable the Vim plugin by adding the following to your Vim configuration
file (default: ~/.vimrc):
set rtp+=${prefix}/share/fzf/vim
Documentation for fzf and the Vim plugin is located in
${prefix}/share/doc/fzf.
Port Health:
Loading Port Health