Re: [dev] sfeed: RSS/Atom parser and reader

2022-02-14 Thread syg
Hi NRK,

> I tried out `choice` several months ago. Really liked it's key-value
> feature and patched my demnu to do something similar[0]. However not
> having a case insensitive search killed it for me.
I've added a case-insensitive and fuzzy search mode, both with a
command-line switch and a runtime shortcut. It hasn't found its way onto
master yet but is available on my branch[1] (with updated manual).

Sylvain

[1]: https://pedantic.software/git/choice/summary/refs/heads/syg


signature.asc
Description: PGP signature


Re: [dev] sfeed: RSS/Atom parser and reader

2022-02-14 Thread NRK
Hi,

I've been using sfeed with the sfeed_curses frontend for a while now and
am generally pretty happy with it.

On Mon, Feb 14, 2022 at 03:15:40PM +1100, syg wrote:
> I made a tiny script on top of a terminal-based menu selector a friend
> and I have been developing for the last few years[1] and it works
> great.

> [1]: https://pedantic.software/projects/choice.html

I tried out `choice` several months ago. Really liked it's key-value
feature and patched my demnu to do something similar[0]. However not
having a case insensitive search killed it for me.

[0]: https://tools.suckless.org/dmenu/patches/separator

- NRK