llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.39k stars 12.15k forks source link

Use fzf (fuzzy finder) for search backward through history #46991

Open bcardosolopes opened 4 years ago

bcardosolopes commented 4 years ago
Bugzilla Link 47647
Version unspecified
OS All
CC @JDevlieghere

Extended Description

Pretty much what the summary says. This would be really handy for quick searching history. Not sure how easy is to hook this up to LLDB but several tools (bash, zsh, vim, ...) can currently leverage this.

Fuzzy Finder: https://github.com/junegunn/fzf

JDevlieghere commented 4 years ago

I use fzf already in my terminal and vim so I think this would be really cool!

bcardosolopes commented 4 years ago

assigned to @JDevlieghere