fzf icon indicating copy to clipboard operation
fzf copied to clipboard

--walker-root not used

Open skarasov opened this issue 4 months ago • 0 comments

Checklist

  • [X] I have read through the manual page (man fzf)
  • [X] I have searched through the existing issues
  • [X] For bug reports, I have checked if the bug is reproducible in the latest version of fzf

Output of fzf --version

0.55.0 (fc69308)

OS

  • [ ] Linux
  • [ ] macOS
  • [X] Windows
  • [ ] Etc.

Shell

  • [ ] bash
  • [ ] zsh
  • [ ] fish

Problem / Steps to reproduce

shell ps 7.4.5

  • run command from drive c:
cd "$(fzf --walker=dir --walker-root='e:\\')"
  • cd to any dir in drive e:
  • run again
cd "$(fzf --walker=dir --walker-root='e:\\')"
  • listed current dir but root of 'e:'

skarasov avatar Oct 04 '24 17:10 skarasov