Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

# Z

**z** is a port of [z](http://github.com/rupa/z) for the [fish shell](https://fishshell.com).
**z** is a port of [z](https://github.com/rupa/z) for the [fish shell](https://fishshell.com).

**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](https://github.com/jethrokuan/), co-maintained with [@krobelus](https://github.com/krobelus).

## Installation

We recommend using [fisher](https://github.com/jorgebucaran/fisher) to install **z**.
Expand Down