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
- Host: GitHub
- URL: https://github.com/mrjohannchang/zsh-interactive-cd
- Owner: mrjohannchang
- License: mpl-2.0
- Created: 2017-03-24T16:53:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T02:41:26.000Z (over 2 years ago)
- Last Synced: 2024-05-21T13:50:30.055Z (11 months ago)
- Topics: cd, cli, command-line-tool, fish, fzf, terminal, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 912 KB
- Stars: 309
- Watchers: 6
- Forks: 37
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zsh-interactive-cd
## Demo

## 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.