zfzf icon indicating copy to clipboard operation
zfzf copied to clipboard

zfzf is a fzf-based file picker for zsh which allows you to quickly navigate the directory hierarchy

Results 5 zfzf issues
Sort by recently updated
recently updated
newest added

While implementing https://github.com/b0o/zfzf/pull/8 I noticed that when I am on `main` (I used v0.2.0 previously), the content of `$LBUFFER` is not considered anymore. So when I have: `❯ less `...

In the case that the cursor isn’t at the end of a path: ``` /usr/local/foo/bar ^ cursor ``` The current behavior is to use the full path as the zfzf...

enhancement

zfzf currently expands and resolves the input path, which leads to a few undesirable behaviors: ``` Input Selection Current Output Desired Output ./foo/bar qux foo/bar/qux ./foo/bar/qux ~/Documents hi.txt /home/user/Documents/hi.txt ~/Documents/hi.txt...