fzy icon indicating copy to clipboard operation
fzy copied to clipboard

Build as a library

Open hkupty opened this issue 4 years ago • 2 comments

Hi! I'm really pleased with fzy and I've found this repo comparing a lua implementation w/ ffi to fzy. However, there's no official libfzy which I could install, meaning that I'd have to resort to distributing binaries.

Do you think it'd be possible to distribute fzy as a library?

hkupty avatar Nov 04 '20 16:11 hkupty

Isn't choices.h basically a library already? Separating it a bit more shouldn't be too hard.

I'd be up to doing it, but I'm not sure in which direction @jhawthorn wants to go with this project.

camel-cdr avatar Jan 09 '21 11:01 camel-cdr

It's great that choices.h is already contained enough so it can be used as a library. However, exposing a library out of this would probably include having a lib target in Makefile as well as (possibly) distributing a lib in the release.

hkupty avatar Jan 09 '21 15:01 hkupty