-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fzf reverse history search #4366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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