DEV Community

Discussion on: Better bash history search with McFly

Collapse
 
detunized profile image
Dmitry Yakimenko

I've been using fzf with some keybindings. The added benefit is that fzf is a general purpose fuzzy autocomplete engine, it possible to pick a directory or a file in a similar fashion. It's pretty snappy too.

Collapse
 
hamatti profile image
Juha-Matti Santala

Thanks for sharing Dmitry! I'll have to check it out and give it a go.