-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New package: fzy #1211
Comments
Probably prefer upstream with a patch file.
Aug 24, 2022, 11:07 AM by ***@***.***:
…
Hello,
I use the fuzzy finder > fzy> which is more lightweight than > fzf> and written in C. The code
is also much shorter than > fzf> .
The official version is at
https://github.com/jhawthorn/fzy
It's not very active at the moment. I need the feature with multi-selection, which is not implemented in
the official repository. But there is a PR which add this feature as well as other features:
jhawthorn/fzy#170 <jhawthorn/fzy#170>
The repository of the user who submitted the patch:
https://github.com/leo-arch/fzy
I could package > fzy> as I use it. Of if somebody else want to create it, no problem.
As I'm only interested by the version with multi-selection, what do you think about packaging the version of
leo-arch which is not the official one ? Or the official version with a patch with all added features of leo-arch ?
—
Reply to this email directly, > view it on GitHub <#1211>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/AEVM3SMXVN7OBY5A2YHQWP3V2Y3CXANCNFSM57PWXQAQ>> .
You are receiving this because you are subscribed to this thread.> Message ID: > <kiss-community/community/issues/1211> @> github> .> com>
|
Ok, it's ready, I'll wait the opinion of another user before creating a PR. |
@dilyn-corner would we be interested in patching or perhaps even replacing edit: fix tag |
@hovercats: I like the idea to replace I have done another test with another patch, for me the above patch is enough. I let you create the PR. For patching |
if you really want/need
link the patch you wish to use, and ill create a pr for it once im back on my laptop.
I doubt the maintainer of |
No, I keep only one extra feature in mind. For the moment I'll switch completely to
I had a look at
and then call
So I think we could forget about the second issue. |
Hello,
I use the fuzzy finder
fzy
which is more lightweight thanfzf
and written in C. The codeis also much shorter than
fzf
.The official version is at
https://github.com/jhawthorn/fzy
It's not very active at the moment. I need the feature with multi-selection, which is not implemented in
the official repository. But there is a PR which add this feature as well as other features:
jhawthorn/fzy#170
The repository of the user who submitted the patch:
https://github.com/leo-arch/fzy
I could package
fzy
as I use it. Of if somebody else want to create it, no problem.As I'm only interested by the version with multi-selection, what do you think about packaging the version of
leo-arch which is not the official one ? Or the official version with a patch with all added features of leo-arch ?
The text was updated successfully, but these errors were encountered: