junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
61.74k stars 2.34k forks source link

Does it support using fzf inside lldb debugger for searching command history #3815

Open successgo opened 1 month ago

successgo commented 1 month ago

Checklist

Output of fzf --version

0.52.1 (brew)

OS

Shell

Problem / Steps to reproduce

It would be great to add support for using fzf inside lldb.

LangLangBart commented 1 month ago

It appears that there is currently no project for lldb, someone started such a project for gdb.


EDIT1: Open issue for llvm/llvm-project