kelleyma49 / PSFzf

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

Invoke-FuzzyEdit doesn't open the file, if directory is given #67

Closed mattia72 closed 3 years ago

mattia72 commented 3 years ago
$env:EDITOR='notepad'
fe <dir> 

Error: file not found The following command shows, that the editor was called with wrong parameter:

Get-CimInstance Win32_Process -Filter "name='notepad.exe'" | select CommandLine
kelleyma49 commented 3 years ago

Should be fixed in https://www.powershellgallery.com/packages/PSFzf/2.2.1