mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
commit
0aaf806260
12
README.md
12
README.md
@ -4,6 +4,18 @@
|
|||||||
|
|
||||||
A cd command that learns your habits
|
A cd command that learns your habits
|
||||||
|
|
||||||
|
## Table of contents
|
||||||
|
|
||||||
|
- [Introduction](#introduction)
|
||||||
|
- [Examples](#examples)
|
||||||
|
- [Getting started](#getting-started)
|
||||||
|
- [Installing `zoxide`](#installing-zoxide)
|
||||||
|
- [Adding `zoxide` to your shell](#adding-zoxide-to-your-shell)
|
||||||
|
+ [zsh](#zsh)
|
||||||
|
+ [fish](#fish)
|
||||||
|
- [Configuration](#configuration)
|
||||||
|
- [Environment variables](#environment-variables)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
`zoxide` is a new `cd` alternative inspired by [`z`](https://github.com/rupa/z) and [`z.lua`](https://github.com/skywind3000/z.lua). It keeps track of the directories you use most frequently, and uses a ranking algorithm to navigate to the best match.
|
`zoxide` is a new `cd` alternative inspired by [`z`](https://github.com/rupa/z) and [`z.lua`](https://github.com/skywind3000/z.lua). It keeps track of the directories you use most frequently, and uses a ranking algorithm to navigate to the best match.
|
||||||
|
Loading…
Reference in New Issue
Block a user