Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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