PSFzf
PSFzf copied to clipboard
When using fd, Alt+c only shows directories containing a dot (.)
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.
Same issue