PSFzf icon indicating copy to clipboard operation
PSFzf copied to clipboard

When using fd, Alt+c only shows directories containing a dot (.)

Open fschoenm opened this issue 3 years ago • 1 comments

I'm using the following configuration (with fd installed):

Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r' -PSReadlineChordSetLocation 'Alt+c' -PSReadlineChordReverseHistoryArgs 'Alt+a'
Set-PsFzfOption -EnableFd

When pressing Alt+c, the following fd command is triggered:

"C:\Users\fschoenm\scoop\apps\fd\current\fd.exe"  --color always . --full-path . --fixed-strings --type directory

However, using the --fixed-strings parameter forces fd to only return directories that literally contain a dot (.), i.e. most directories are not shown.

fschoenm avatar Aug 18 '22 08:08 fschoenm

Same issue

Pagliacii avatar Jul 04 '23 16:07 Pagliacii