Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wookayin/fzf-fasd
🌸 fzf + fasd integration
https://github.com/wookayin/fzf-fasd
fasd fzf zsh
Last synced: 9 days ago
JSON representation
🌸 fzf + fasd integration
- Host: GitHub
- URL: https://github.com/wookayin/fzf-fasd
- Owner: wookayin
- License: mit
- Created: 2017-11-26T02:06:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T00:24:47.000Z (over 4 years ago)
- Last Synced: 2024-10-12T13:45:19.850Z (25 days ago)
- Topics: fasd, fzf, zsh
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 56
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fzf+fasd
========A shell plugin that integrates [fzf] and [fasd] --- tab completion of `z` with fzf's fuzzy search!
Currently supports zsh only (TODO: bash), and the `z` command (TODO: `d,` and `f,`)
Usage
-----```
z [dir name slug]
```### Configuration
To configure fzf height or [any other options](https://github.com/junegunn/fzf#environment-variables) passed to fzf, tune `FZF_TMUX_HEIGHT` or `FZF_DEFAULT_OPTS` for all fzf widgets (e.g. CTRL-T), or `FZF_FASD_OPTS` for fzf-fasd only.
For example:
```bash
export FZF_TMUX_HEIGHT='40%' # default height is 40%
export FZF_DEFAULT_OPTS='--height 80%'
export FZF_FASD_OPTS='--prompt "fasd_cd> "'
```Installation
------------Make sure that you have [fzf] and [fasd] installed.
[zplug]:
```
zplug "wookayin/fzf-fasd"
```or use your favorite plugin manager.
See Also
--------- [fz], which inspired this plugin.
License
-------[MIT License](LICENSE) (c) 2017-2020 Jongwook Choi
[fzf]: https://github.com/junegunn/fzf
[fasd]: https://github.com/clvv/fasd
[zplug]: https://github.com/zplug/zplug
[fz]: https://github.com/changyuheng/fz