codyleblanc / 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

We recommend using fisher to install z.

fish >=2.7.0

fisher add jethrokuan/z

fish <2.7.0

Install the legacy z plugin:

fisher add z@pre27

fish 2.2.0 ⚠️

Z is not available for fish 2.2.0 or older. Please upgrade your shell.

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%