Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jethrokuan/z
Pure-fish z directory jumping
https://github.com/jethrokuan/z
fish fish-plugin fisher z
Last synced: 26 days ago
JSON representation
Pure-fish z directory jumping
- Host: GitHub
- URL: https://github.com/jethrokuan/z
- Owner: jethrokuan
- License: mit
- Created: 2016-02-27T17:05:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T15:25:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T03:01:35.142Z (6 months ago)
- Topics: fish, fish-plugin, fisher, z
- Language: Shell
- Homepage:
- Size: 101 KB
- Stars: 1,241
- Watchers: 15
- Forks: 43
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awsm.fish - z - Pure-Fish [`rupa/z`](https://github.com/rupa/z)-like directory jumping (Plugins)
- awesometools - z - Pure-fish z directory jumping (For Developers / Utilities)
README
[![Build Status](https://travis-ci.org/jethrokuan/z.svg?branch=master)](https://travis-ci.org/jethrokuan/z)
# Z
**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
Install with [Fisher](https://github.com/jorgebucaran/fisher):
```console
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](https://github.com/jethrokuan/z/blob/master/man/man1/z.md) for details.
## License
Z is MIT licensed. See the [LICENSE](LICENSE) for details.