Use fzf
to browse your directories using fuzzy method.
- Requires
fzf
fd
fd
will look at directories in the current working directory, but if you want to look further, you can supply a depth, e.g.:
fd 2
fzf
If you use https://github.com/aubreypwd/zsh-plugin-require, we will try and automatically handle dependancies.
Using antigen:
antigen bundle aubreypwd/[email protected]
Install the package on master
:
antigen bundle ssh://[email protected]/aubreypwd/zsh-plugin-fd
...and contribute upstream by working in $HOME/.antigen/bundles/aubreypwd/zsh-plugin-fd
.