jethrokuan / fzf

Ef-🐟-ient fish keybindings for fzf
MIT License
861 stars 66 forks source link

Properly escaping strings in preview window #84

Closed dpayne closed 6 years ago

dpayne commented 6 years ago

This fixes some issues with string escaping. For example, a file with the name File_with_parens(touch exec.txt).txt will cause touch exec.txt to run. It also fixes some issues when the file or directory had spaces in the name.

jethrokuan commented 6 years ago

nice, thanks!