Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gyakovlev/fish-fzy

fzy inegration with fish. Search history, navigate directories and more. Blazingly fast.
https://github.com/gyakovlev/fish-fzy

fish-plugin fish-shell fuzzy-matching fuzzy-search fzy

Last synced: 12 days ago
JSON representation

fzy inegration with fish. Search history, navigate directories and more. Blazingly fast.

Awesome Lists containing this project

README

        

fzy
----

Based directly on the percol plugin.

# Installation:

- Install fzy binary https://github.com/jhawthorn/fzy
- Install fisher https://github.com/jorgebucaran/fisher
- Install this plugin

fisher install gyakovlev/fish-fzy

# Usage:

- Press CTRL+r and type what you need.

> fzy picks up history item and adds it to your shell. You need to execute manually.

- run `fkill` and type process you want to kill.

> fkill kills immediately. Press enter and process will be killed.

# TODO:
- [ ] add more functions to utilize full power of this tool.