Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Attempt to retain relative/absolute paths and unexpanded sequences #2

Open
b0o opened this issue Aug 16, 2021 · 0 comments
Open

Attempt to retain relative/absolute paths and unexpanded sequences #2

b0o opened this issue Aug 16, 2021 · 0 comments

Comments

@b0o
Copy link
Owner

b0o commented Aug 16, 2021

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
/run/user/$UID/pulse  pid        /run/user/1000/pulse/pid     /run/user/$UID/pulse/pid

zfzf should try to retain as much of the user's original input as possbile.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant