PatrickF1 / fzf.fish

🔍🐟 Fzf plugin for Fish
MIT License
1.96k stars 78 forks source link

Files with spaces or special characters #265

Closed raphael-small closed 1 year ago

raphael-small commented 1 year ago

Hi,

Thanks for fzf.fish, it works great, though on file completion escaping backshlashes are not added which leads to no working commands eg. cp machin\ truc\ bidule ~ becomes cp machin truc bidule ~

Thanks

PatrickF1 commented 1 year ago

Which feature are you using? search files or search git status?

raphael-small commented 1 year ago

search files

PatrickF1 commented 1 year ago

very odd I am not able to reproduce the bug. Can you follow the issue reporting template so I have more info to repro it? https://github.com/PatrickF1/fzf.fish/issues/new?assignees=&labels=&template=bug_report.md&title=

PatrickF1 commented 1 year ago

Hi @raphael-small , one possibility is that you are using a different plugin. fzf.fish often gets confused with the fish integration installed by fzf: https://github.com/junegunn/fzf/blob/master/shell/key-bindings.fish

Closing this for now. Feel free to re-comment if you still have problems.

raphael-small commented 1 year ago

Hi,

thanks for your reply, it's totally possible, I'll investigate have a nice day

raphael-small commented 1 year ago

It was indeed the fzf integration that had problems Sorry for the noise