llvm-project
83c6b1a8 - [lldb] Add fzf_history command to examples (#128571)

Commit
356 days ago
[lldb] Add fzf_history command to examples (#128571) Adds a `fzf_history` to the examples directory. This python command invokes [fzf](https://github.com/junegunn/fzf) to select from lldb's command history. Tighter integration is available on macOS, via commands for copy and paste. The user's chosen history entry back is pasted into the lldb console (via AppleScript). By pasting it, users have the opportunity to edit it before running it. This matches how fzf's history search works. Without copy and paste, the user's chosen history entry is printed to screen and then run automatically.
Author
Parents
Loading