Conversation
|
Hi @bart2. Does this also add a configuration option in the config files? Sorry if it's a stupid question, I'm still in the early stages of getting familiar with the codebase. |
Yeah, the test above was done with the following in the I didn't pass the command line option. |
|
Is there anything to this fzf-specific except the subprocess command? I think it would be a more general interface to have a history_search_command: ["fzf", "--reverse", "--height", "20"]Advantages
Disadvantages
Alternative: Keep the current code, but make the cli option
|
|
If anyone's interested. I have added history search feature in #4344. |
This PR implements #3575
I find fzf a very convenient way to search shell history and was missing that functionality in aider.
Demo showcasing fzf based reverse history search in aider with ctrl-r:
Screen.Recording.2025-07-19.at.1.45.31.PM.mov