Guy Edwards
Guy Edwards
@legolasdimir could you share your config file? (Redact the various pieces) You can also try running the command with `--verbose` to see an error message if help is showing
Config looks good. `nom` uses the greader api for FreshRSS. If everything is working, you should jsut need to run `nom` for the TUI to start. I suspect you have...
You could also try running `nom list`, this will show a list of feeds without a TUI
Unfortunately I don't develop on windows so can't test this. Running with `--verbose` is the best way to see an error, otherwise would try compiling from source.
Hmm, this is an interesting case. These feeds are just links to the articles without containing the content. We could attempt to fetch the content from the URL but the...
I think short-term, opening the link is a sufficient solution, longer term we can look at adding html parsing capability but will be a bit more of a challenge.
Hey @danbush, are you using a custom config.opener? If so could you share the config, I _feel_ like it's probably an edge case using lynx. Also try running nom with...
Hmm. It's been several years since I used a terminal browser so hadn't even crossed my mind when implementing the openers. In theory it should work if you were to...
@danbush this is implemented in https://github.com/guyfedwards/nom/releases/tag/v2.5.0, thanks for the report and let me know if you have any further issues. (I tested with lynx 2.9.2 on arch linux in alacritty)
Can you try running with `go install -v -n -a github.com/guyfedwards/nom/cmd/nom@latest `. This should provide more logging on why the install is failing.