cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.85k stars 178 forks source link

Fzf support? #158

Open NightMachinery opened 3 years ago

NightMachinery commented 3 years ago

I like fzf’s search syntax. Is it possible to use fzf for the frontend?

cantino commented 3 years ago

Hey @NightMachinary! Not currently, no.

thirteen37 commented 3 years ago

Would be interesting to decouple the various components: the backend tracking of commands and generation of possible completion candidates, vs the actual frontend TUI widget. I would love a ton more config options for the UI, then I realized I'm basically asking for fzf.

sagarkar10 commented 2 years ago

I think that's a great idea, I also want the fzf UI and mcfly backend!

lilianmoraru commented 1 year ago

For those stumbling on this issue, check this comment: https://github.com/cantino/mcfly/pull/307#issuecomment-1368072336 Or directly the project: https://github.com/bnprks/mcfly-fzf

@NightMachinery @thirteen37 @sagarkar10