Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gyakovlev/fish-fzy
- Owner: gyakovlev
- License: mit
- Created: 2017-01-12T07:32:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T09:01:50.000Z (almost 3 years ago)
- Last Synced: 2024-05-04T22:32:53.254Z (6 months ago)
- Topics: fish-plugin, fish-shell, fuzzy-matching, fuzzy-search, fzy
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 22
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - fish-fzy - fzy inegration with fish. Search history, navigate directories and more. Blazingly fast. (Shell)
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 pluginfisher 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.