Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

fcd — fuzzy cd

Quickly jump into project directories using fzf.

Requirements

Setup

Source fcd.sh in your shell rc file:

# .zshrc / .bashrc
source /path/to/ai-cli-tools/packages/fcd/fcd.sh

Or if you ran install.sh:

source ~/.local/share/fcd/fcd.sh

Usage

fcd          # browse all directories
fcd react    # pre-filter with "react"

Configuration

Create ~/.fcdrc with one directory per line. The first entry gets priority (listed first in fzf). Lines starting with # are comments.

~/dev
~/projects
~/work

If ~/.fcdrc doesn't exist, defaults to ~/dev.