nom icon indicating copy to clipboard operation
nom copied to clipboard

Improve fuzzy filtering. Allow custom filtering command

Open whoamitty opened this issue 9 months ago • 5 comments

I have added some youtube rss channel link to my config
And now i want filter news according publisher When I type the complete name nom propose me only one video

Here is an exemple

Without filter Image

With filter Image

Is there a workaround ?

I don't know if it's a bug or intentional, but it's very annoying.

As a workaround, I'd also like to know if it's possible to choose fzf as the filter by the config file ?

Or is there another way to solve this problem?

whoamitty avatar May 07 '25 21:05 whoamitty

I just find this solution #4

I find it too long to write ( feedname ) whereas if a search similar to fzf were available I'd just have to type in my search, which would take into account the title + name of the feed Without have to write the long each time flag "feedname"

While waiting for an answer, I would like to use this solution.

whoamitty avatar May 07 '25 23:05 whoamitty

I believe you can use the shorthand f:... instead of the full feedname: but I agree that fuzzy matching should still work.

Allowing a custom search command would also be nice, probably comes with compatibility shenanigans but worth investigating. Just doing fzf might be easier and keep the scope tighter.

Thanks

guyfedwards avatar May 08 '25 08:05 guyfedwards

Thank you very much :yellow_heart:

whoamitty avatar May 08 '25 21:05 whoamitty

Worth noting @whoamitty there is now config.filtering.defaultIncludeFeedName which will solve your inital issue of wanting to filter by feedname by default docs in v2.12.0

guyfedwards avatar Jul 06 '25 16:07 guyfedwards

Hello, sorry for the long time I am over the 2.8.0 version

I should update for test it

I use nix for manage my packages and i should convert my standard config to flake config for access to the last versions of nom

in standard config it's only available in 2.8.0 version https://search.nixos.org/packages?channel=25.05&query=nom

Image

There is standard config by unstable channel but it's not available by flake

whoamitty avatar Sep 13 '25 18:09 whoamitty