jethrokuan / z

Pure-fish z directory jumping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pure-fish z directory jumping

License:MIT License


Languages

Language:Shell 100.0%