lincheney / fzf-tab-completion

Tab completion using fzf
GNU General Public License v3.0
623 stars 40 forks source link

Readline installation vs bash? #83

Closed hoclun-rigsep closed 10 months ago

hoclun-rigsep commented 10 months ago

What are advantages of using readline installation vs bash?

lincheney commented 10 months ago

For bash, not much, all the results and other behaviour should be essentially the same, and in fact the readline one is less likely to be compatible (how bash is linked, the OS etc.) Only thing I think is that readline will show fzf below the prompt as opposed to clearing the prompt then showing fzf, which can look at bit nicer.