GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/install The install script will add lines to your shell configuration file to modify $PATH and set up shell integration.Binary releasesYou can download the official fzf binaries from the releases page....
SetFZF_CTRL_T_OPTSto pass additional options to fzf #Preview file content using bat (https://github.com/sharkdp/bat)exportFZF_CTRL_T_OPTS="--walker-skip .git,node_modules,target--preview 'bat -n --color=always {}'--bind 'ctrl-/:change-preview-window(down|hidden|)'" Can be disable...
man/man1/fzf.1:58:.BR v2 " Optimal scoring algorithm (quality)" src/pattern_test.go:7: "github.com/junegunn/fzf/src/algo" The first token delimited by:is the file path, and the second token is the line number of the matching line. They respectively correspond to{1}and{2}in the p...
:cherry_blossom: A command-line fuzzy finder. Contribute to nilroy/fzf development by creating an account on GitHub.
:cherry_blossom: A command-line fuzzy finder. Contribute to lbmeng/fzf development by creating an account on GitHub.
:cherry_blossom: A command-line fuzzy finder. Contribute to templeblock/fzf development by creating an account on GitHub.
git clone --depth 1 https://github.com/junegunn/fzf.git~/.fzf~/.fzf/install Using Homebrew or Linuxbrew Alternatively, you can useHomebreworLinuxbrewto install fzf. brew install fzf#To install useful key bindings and fuzzy completion:$(brew --prefix)/opt/fzf/install ...
:cherry_blossom: A command-line fuzzy finder. Contribute to jrolfs/fzf development by creating an account on GitHub.
echo -n "Building binary (go install github.com/junegunn/fzf) ... " if [ -z "${GOPATH-}" ]; then export GOPATH="${TMPDIR:-/tmp}/fzf-gopath" mkdir -p "$GOPATH" fi if go install -ldflags "-s -w -X main.version=$version -X main.revision=go-install" github.com/junegunn/...