https://github.com/rominf/omf-plugin-fzf-autojump
Fish shell plugin for autojump and fzf integration
https://github.com/rominf/omf-plugin-fzf-autojump
autojump fish fzf omf
Last synced: 6 days ago
JSON representation
Fish shell plugin for autojump and fzf integration
- Host: GitHub
- URL: https://github.com/rominf/omf-plugin-fzf-autojump
- Owner: rominf
- License: mit
- Created: 2017-02-28T17:41:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T22:12:12.000Z (over 3 years ago)
- Last Synced: 2025-04-21T18:00:02.133Z (8 days ago)
- Topics: autojump, fish, fzf, omf
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### fzf-autojump
> A plugin for [Oh My Fish][omf-link].[](/LICENSE)
[](https://fishshell.com)
[](https://www.github.com/oh-my-fish/oh-my-fish)
Adds dirs from the autojump database to the fzf list.
Requires fzf plugin (https://github.com/fisherman/fzf).
## Install
```fish
$ omf install fzf-autojump
```## Usage
To invoke, press `Alt + Shift + H`.
Manual invocation:
```fish
$ __fzf_autojump
```# License
[MIT][mit] © [Roman Inflianskas][author] et [al][contributors]
[mit]: https://opensource.org/licenses/MIT
[author]: https://github.com/{{USER}}
[contributors]: https://github.com/{{USER}}/plugin-fzf-autojump/graphs/contributors
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square