An open API service indexing awesome lists of open source software.

https://github.com/mrjohannchang/zsh-interactive-cd

Fish like interactive tab completion for cd in zsh
https://github.com/mrjohannchang/zsh-interactive-cd

cd cli command-line-tool fish fzf terminal zsh zsh-plugin

Last synced: 12 days ago
JSON representation

Fish like interactive tab completion for cd in zsh

Awesome Lists containing this project

README

        

# zsh-interactive-cd

## Demo

![demo](demo.gif)

## Installation

1. Install [fzf](https://github.com/junegunn/fzf) by following its [installation instruction](https://github.com/junegunn/fzf#installation).

2. Source `zsh-interactive-cd.plugin.zsh` in `.zshrc`.

#### Fig

Install `zsh-interactive-cd` with [Fig](https://fig.io) in just one click.

## Usage

Press tab for completion as usual, it'll launch fzf automatically. Check fzf’s [readme](https://github.com/junegunn/fzf#search-syntax) for more search syntax usage.