ccd.js
v2.0.0
Published
Custom Change Directory: `cd` with built-in tree navigator
Readme
ccd
Custom Change Directory: cd with built-in tree navigator

Installation
npm i -g ccd.jsoryarn global add ccd.js- In your
~/.zshrc/~/.bash_profile, add. $(npm bin -g)/ccdor. $(yarn global bin)/ccd - Open a new shell (or source your shell profile)
Usage
ccdto start in the current directory- up/down: change selection
- right: move into selected directory
- left: move to parent directory
- enter:
cdto selected directory - space:
cdto open/active directory - esc/ctrlc: quit/cancel
