Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryoppippi/bdf.fish
- Owner: ryoppippi
- Created: 2023-09-17T20:30:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T08:36:24.000Z (9 months ago)
- Last Synced: 2025-01-21T10:46:38.909Z (17 days ago)
- Topics: fish, fish-plugin, fisher
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bdf.fish
A fish plugin to cd to the upper directories faster using fzfInspired 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