From 9f7900ca6948b501bcddd81ae4b5fc57b6073b98 Mon Sep 17 00:00:00 2001 From: Alin Panaitiu Date: Sun, 8 Mar 2020 20:27:24 +0200 Subject: [PATCH 1/3] Add table of contents --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 71cd9d3..4f286a5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ A cd command that learns your habits +## Table of contents + +- [Installing `zoxide`](#installing-zoxide) +- [Adding `zoxide` to your shell](#adding-zoxide-to-your-shell) + + [zsh](#zsh) + + [fish](#fish) + ## 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. From f36ae49bae133fdc32ba6ea27bb830d757f5525a Mon Sep 17 00:00:00 2001 From: Alin Panaitiu Date: Sun, 8 Mar 2020 20:41:10 +0200 Subject: [PATCH 2/3] Add all headings --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f286a5..c7643be 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,14 @@ A cd command that learns your habits ## Table of contents -- [Installing `zoxide`](#installing-zoxide) -- [Adding `zoxide` to your shell](#adding-zoxide-to-your-shell) - + [zsh](#zsh) - + [fish](#fish) +- [Introduction](#introduction) +- [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 From b31c26db6ec4ff88337b56c19759c1dbd668eb06 Mon Sep 17 00:00:00 2001 From: Alin Panaitiu Date: Sun, 8 Mar 2020 20:45:18 +0200 Subject: [PATCH 3/3] Add missing examples heading --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7643be..3623373 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ 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)