# 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.
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.