kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
787 stars 34 forks source link

Consistenly quote path argument in default commands #117

Closed pitkali closed 2 years ago

pitkali commented 2 years ago

Default Windows command quotes path argument in the constant. Default Linux command does not. Default fd commands do not quote argument in the constants but instead transform path string given to Get-FileSystemCmd.

This unifies the situation so that all constants have path argument quoted and no additional processing is thus required in Get-FileSystemCmd.

Fixes #116.