Skip to content

jethrokuan/z

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 16, 2016 10:24
March 17, 2016 14:22
June 6, 2016 11:04

Build Status

Z

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.

Installation

Install with Fisher:

fisher install jethrokuan/z

For fish <2.7.0 users you can install from our legacy branch:

fisher install z@pre27

Usage

See man/man1/z.md for details.

License

Z is MIT licensed. See the LICENSE for details.