Skip to content

mismith/ccd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccd

Custom Change Directory: cd with built-in tree navigator

Demo GIF

Installation

  1. npm i -g ccd.js or yarn global add ccd.js
  2. In your ~/.zshrc/~/.bash_profile, add . $(npm bin -g)/ccd or . $(yarn global bin)/ccd
  3. Open a new shell (or source your shell profile)

Usage

  • ccd to start in the current directory
  • up/down: change selection
  • right: move into selected directory
  • left: move to parent directory
  • enter: cd to selected directory
  • space: cd to open/active directory
  • esc/ctrlc: quit/cancel

About

Custom Change Directory: `cd` with built-in tree navigator

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published