Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitagry/hfzf
Hierarchical fuzzy finder
https://github.com/kitagry/hfzf
Last synced: 15 days ago
JSON representation
Hierarchical fuzzy finder
- Host: GitHub
- URL: https://github.com/kitagry/hfzf
- Owner: kitagry
- Created: 2019-05-24T20:35:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T07:35:13.000Z (over 5 years ago)
- Last Synced: 2024-12-15T14:43:51.233Z (19 days ago)
- Language: Go
- Homepage:
- Size: 330 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HFZF
Hierarchical Fuzzy Finder.
## Installation
```
$ go get -u github.com/kitagry/hfzf
```## Usage
You can use this command to input file name
```
$ hfzf YOUR_YAML_FILE
```You can also use to input yaml data from standard input.
```
$ cat YOUR_YAML_FILE | hfzf
```## ScreenShot
![hfzf gif](./hfzf.gif)
## LICENSE
MIT