www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Luneta: terminal fuzzy finder

reply Felipe <felipe fbeline.com> writes:
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
next sibling parent Steven Schveighoffer <schveiguy gmail.com> writes:
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 04 2020
prev sibling next sibling parent reply Fynn =?UTF-8?B?U2NocsO2ZGVy?= <fynnos live.com> writes:
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 04 2020
parent fbeline <felipe fbeline.com> writes:
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)
May 05 2020
prev sibling parent reply Panke <tobias pankrath.net> writes:
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
parent John Colvin <john.loughran.colvin gmail.com> writes:
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