https://github.com/mismith/ccd
Custom Change Directory: `cd` with built-in tree navigator
https://github.com/mismith/ccd
bash cd macos terminal
Last synced: about 1 year ago
JSON representation
Custom Change Directory: `cd` with built-in tree navigator
- Host: GitHub
- URL: https://github.com/mismith/ccd
- Owner: mismith
- Created: 2017-01-11T01:16:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T23:11:16.000Z (over 6 years ago)
- Last Synced: 2025-03-30T14:02:08.688Z (about 1 year ago)
- Topics: bash, cd, macos, terminal
- Language: JavaScript
- Size: 1.39 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ccd
Custom Change Directory: `cd` with built-in tree navigator

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