Skip to content

fzf, fuzzy finder for terminal

https://github.com/junegunn/fzf

심지어 한국인이 만든 커맨드 라인 검색기기. 그 자체로는 검색같은 걸 하지는 못하는데, 다른 명령어 (fd, find, ls)의 결과를 | 파이프 연산으로 물려서 쓰면 이보다 좋을 수 없다.

가장 많이 쓰게 될 건 역시 파일 검색일 것이다. 대표적인 명령어를 소개하자면,

find | fzf

install with homebrew#

brew install fzf

# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install

install from git#

git clone --depth 1 [https://github.com/junegunn/fzf.git](https://github.com/junegunn/fzf.git) ~/.fzf
~/.fzf/install

Useful Key bindings#

ctrl + r 명령어 조합으로 이전 명령어 검색#

Pasted image 20240205230452.png