Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryoppippi/bdf.fish

A fish plugin to cd to the upper directories faster using fzf
https://github.com/ryoppippi/bdf.fish

fish fish-plugin fisher

Last synced: 14 days ago
JSON representation

A fish plugin to cd to the upper directories faster using fzf

Awesome Lists containing this project

README

        

# bdf.fish
A fish plugin to cd to the upper directories faster using fzf

Inspired by [fish-bd](https://github.com/0rax/fish-bd) and [enhancd](https://github.com/babarot/enhancd)

```fish
fisher install ryoppippi/bdf.fish
```

# Config
Set your favorite selector and ls-alternative commands.
Here is the default config.

```fish
set -x BDF_SELECTOR "fzf"
set -x BDF_LS "lsd -A"
```

## Authors

- Ryotaro "Justin" Kimura http://github.com/ryoppippi

## License
MIT