Categorygithub.com/sshelll/fzflib
repositorypackage
1.0.5
Repository: https://github.com/sshelll/fzflib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

FZF LIB

NOTE: The codes in ./algo and ./util was taken from https://github.com/junegunn/fzf.

I was just trying to build a fzf algo lib with golang, and I made it quite simple.

Take a look at wrap_test.go , that's how I use it.