Replies: 3 comments 2 replies
-
I see it is written in Go so I know what to do: I would just copy the exact code in Go and then change the syntax to Javascript. That would answer it! |
Beta Was this translation helpful? Give feedback.
1 reply
-
I was just trolling to get junegunn to respond, lol. Looks like I failed
haha.
I did find a solution though for anyone wondering. There is an
implementation done in Javascript and Typescript:
https://github.com/ajitid/fzf-for-js
You want to use https://www.skypack.dev/ with it to get it to work in your
browser.
…On Sat, Sep 24, 2022 at 11:12 PM Alex Ehlke ***@***.***> wrote:
can you share?
—
Reply to this email directly, view it on GitHub
<#2454 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARTB5TPTS6UO3VL37Y3WHZ3V767IPANCNFSM43JNEWUQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
🤣🤣🤣
…On Tue, Sep 27, 2022, 11:23 AM Alex Ehlke ***@***.***> wrote:
ah heh I have translated libs 1:1 like that before to another
language/platform out of desperation so your joke is not so absurd to me lol
—
Reply to this email directly, view it on GitHub
<#2454 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARTB5TLHZ224L2SFDDMV4N3WAMGNVANCNFSM43JNEWUQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FZF is one of the greatest pieces of software ever written. The algorithm is so good. Is there anyway to use it with Javascript? I am looking to quickly select data from an array of possible candidates to store as a string in a database.
Beta Was this translation helpful? Give feedback.
All reactions