Guy Edwards
Guy Edwards
Thanks for the suggestion @ilovethensa. Are you looking to add prefixes for feeds managed by freshrss?
That is what the name is designed to be doing, is it not showing as a prefix in the UI when setting a name in config?
No worries, thanks for your input/suggestions. Glad it's working 🎉
Added `freshrss.prefixCats: bool` in https://github.com/guyfedwards/nom/releases/tag/v2.10.0
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...
Worth noting @whoamitty there is now `config.filtering.defaultIncludeFeedName` which will solve your inital issue of wanting to filter by feedname by default [docs](https://github.com/guyfedwards/nom?tab=readme-ov-file#filtering) in [v2.12.0](https://github.com/guyfedwards/nom/releases/tag/v2.12.0)
@yonas can you confirm your issue is still present in the latest version. There are no changes in the logic in this PR to master
Thanks for the issue @muhbrohim. For flexibility I think having another keybind (`O` perhaps) open a modal with all the links in could be an option? I imagine there are...
@tylernku Are you looking for something like `nom ./myfeed.xml` to parse and read a feed you might have downloaded from elsewhere (e.g. curl -O feeds.com/myfeed.xml)? Any examples of usecase or...
Just thinking about it, another option would just be to support `file://` in `nom add ...` and just have it in the list along with other remote feeds