Thread overview
Luneta: terminal fuzzy finder
May 04, 2020
Felipe
May 05, 2020
Fynn Schröder
May 05, 2020
fbeline
May 05, 2020
Panke
May 05, 2020
John Colvin
May 04, 2020
Hi,

I develop an interactive terminal fuzzy finder in D with ncurses.
Feel free to check it out and contribute.

Any feedback is welcome.

Thanks, Felipe

[1] https://github.com/fbeline/luneta
[2] https://code.dlang.org/packages/luneta
[3] https://code.dlang.org/packages/fuzzyd
May 04, 2020
On 5/4/20 6:49 PM, Felipe wrote:
> Hi,
> 
> I develop an interactive terminal fuzzy finder in D with ncurses.
> Feel free to check it out and contribute.
> 
> Any feedback is welcome.
> 
> Thanks, Felipe
> 
> [1] https://github.com/fbeline/luneta
> [2] https://code.dlang.org/packages/luneta
> [3] https://code.dlang.org/packages/fuzzyd

This looks pretty cool!

-Steve
May 05, 2020
On Monday, 4 May 2020 at 22:49:49 UTC, Felipe wrote:
> Hi,
>
> I develop an interactive terminal fuzzy finder in D with ncurses.
> Feel free to check it out and contribute.
>
> Any feedback is welcome.
>

Cool! Just gave this a quick spin (basic usage without any keyboard shortcuts) - works really intuitively.
I hope to remember to use it when it would come in handy.
By the way, I really appreciate that you provide ready-to-use snap packages to get automatic updates.. and it should help non-D users ;)

Cheers,
Fynn
May 05, 2020
On Monday, 4 May 2020 at 22:49:49 UTC, Felipe wrote:
> Hi,
>
> I develop an interactive terminal fuzzy finder in D with ncurses.
> Feel free to check it out and contribute.
>
> Any feedback is welcome.
>
> Thanks, Felipe
>
> [1] https://github.com/fbeline/luneta
> [2] https://code.dlang.org/packages/luneta
> [3] https://code.dlang.org/packages/fuzzyd

What's the difference to fzf?
May 05, 2020
On Tuesday, 5 May 2020 at 07:31:18 UTC, Panke wrote:
> On Monday, 4 May 2020 at 22:49:49 UTC, Felipe wrote:
>> Hi,
>>
>> I develop an interactive terminal fuzzy finder in D with ncurses.
>> Feel free to check it out and contribute.
>>
>> Any feedback is welcome.
>>
>> Thanks, Felipe
>>
>> [1] https://github.com/fbeline/luneta
>> [2] https://code.dlang.org/packages/luneta
>> [3] https://code.dlang.org/packages/fuzzyd
>
> What's the difference to fzf?

Seems like this is being discussed here: https://github.com/fbeline/luneta/issues/28
May 05, 2020
On Tuesday, 5 May 2020 at 06:48:41 UTC, Fynn Schröder wrote:
> On Monday, 4 May 2020 at 22:49:49 UTC, Felipe wrote:
>> Hi,
>>
>> I develop an interactive terminal fuzzy finder in D with ncurses.
>> Feel free to check it out and contribute.
>>
>> Any feedback is welcome.
>>
>
> Cool! Just gave this a quick spin (basic usage without any keyboard shortcuts) - works really intuitively.
> I hope to remember to use it when it would come in handy.
> By the way, I really appreciate that you provide ready-to-use snap packages to get automatic updates.. and it should help non-D users ;)
>
> Cheers,
> Fynn

Hi Fynn,
Good to know that you like it. The idea is to add it to homebrew too. Just have to get some stars/forks before...

https://github.com/Homebrew/homebrew-core/pull/54233

* GitHub repository not notable enough (<30 forks, <30 watchers and <75 stars)