Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T22:12:12.000Z (over 3 years ago)
- Last Synced: 2024-10-03T10:25:30.593Z (about 2 months ago)
- Topics: autojump, fish, fzf, omf
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- 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].[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](https://fishshell.com)
[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](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