choose icon indicating copy to clipboard operation
choose copied to clipboard

WIP: Use FZF backend instead

Open chardskarth opened this issue 2 years ago • 5 comments

Regardng #23, I haven't thought of a way to support FZF and ended up using fzf as the backend instead.

chardskarth avatar Mar 31 '22 05:03 chardskarth

@chardskarth Thanks for your work, I want to try your branch, can you tell me how install your branch, before merge it into the main.

Thanks.

mingsu avatar Dec 04 '22 09:12 mingsu

@mingsu hi there! I don't recommend merging this to main. I took a very different approach.

Feel free to try my branch. Go ahead and clone and do a "make install" there. You should be able to build it.

chardskarth avatar Dec 05 '22 04:12 chardskarth

@mingsu hi there! I don't recommend merging this to main. I took a very different approach.

Feel free to try my branch. Go ahead and clone and do a "make install" there. You should be able to build it.

Thanks for your reply. I tried to build it, without success. Can you provide a binary so that I can try?

mingsu avatar Dec 05 '22 05:12 mingsu

for me worked just by calling make and everything builds successfully

but works not really like fzf: (all commands call from root of this repo) ls | fzf - and type "rm" image

ls | choose - and type "rm" image

for me, it looks like if there is no 100% (sequence of letters, then we got nothing) Example that works:

image

justgook avatar Dec 06 '22 14:12 justgook

Hi @justgook thanks for the review 🙏

but I won't be working on this (at least not anytime soon). It works for my use case.

Feel free to fork and remove "--exact" option.. or even better, you can add changes in this MR. Thanks again!

chardskarth avatar Dec 13 '22 02:12 chardskarth