z is a port of z for the fish shell.
z tracks the directories you visit. With a combination of frequency and recency, it enables you to jump to the directory in mind.
A pure-fish port means z is fast and fish-friendly, with tab-completions and lazy-loading. Top that off with great customizability and a small amount of added functionality.
Originally written by @jethrokuan, co-maintained with @krobelus.
Install with Fisher:
fisher install jethrokuan/z
For fish <2.7.0
users you can install from our legacy branch:
fisher install z@pre27
See man/man1/z.md for details.
Z is MIT licensed. See the LICENSE for details.