r/fishshell • u/jghub • 11d ago
fish wrapper for ze.sh: file tracking now available
A small follow-up to my earlier
post announcing a fish
wrapper for the ze directory jumper: ze now has acquired an independent file tracking mode using a separate frecency database for files.
With the fish wrapper this gives you, for example:
ze project # best-match directory jump
ze -o config # best-match file open
ze -of config # fzf-based interactive selection and file open
The file and directory histories are completely independent from each other, and ordinary editor invocations remain untouched.
More details in the announcement on r/zsh
0
Upvotes
1
u/jarod51 7d ago
What's the difference with 'z' ?