Files
clang-p2996/lldb/examples/python
Dave Lee 83c6b1a888 [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.
2025-02-25 08:10:09 -08:00
..