https://github.com/aubreypwd/zsh-plugin-fd
Function for fuzzy finding files and olders using fzf.
https://github.com/aubreypwd/zsh-plugin-fd
Last synced: 7 months ago
JSON representation
Function for fuzzy finding files and olders using fzf.
- Host: GitHub
- URL: https://github.com/aubreypwd/zsh-plugin-fd
- Owner: aubreypwd
- Created: 2020-10-01T20:15:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T14:57:07.000Z (over 1 year ago)
- Last Synced: 2025-04-14T19:12:31.503Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 649 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - fd - Use [fzf](https://github.com/junegunn/fzf) to browse directories. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - fd - Use <b><code> 75058⭐</code></b> <b><code> 2613🍴</code></b> [fzf](https://github.com/junegunn/fzf)) to browse directories. (Plugins / ZSH on Windows)
README
# `fd`
Use `fzf` to browse your directories using fuzzy method.
- Requires `fzf`

## Usage
```bash
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.:
```bash
fd 2
```
## Requires
- `fzf`
If you use https://github.com/aubreypwd/zsh-plugin-require, we will try and automatically handle dependancies.
## Install
Using [antigen](https://github.com/zsh-users/antigen):
```bash
antigen bundle aubreypwd/zsh-plugin-fd@1.0.0
```
## Development
Install the package on `master`:
```bash
antigen bundle ssh://git@github.com/aubreypwd/zsh-plugin-fd
```
...and contribute upstream by working in `$HOME/.antigen/bundles/aubreypwd/zsh-plugin-fd`.