Is there a Rust free fork of Newsboat?
@hund Is that as in a free fork of Newsboat in rust. Or a fork of Newsboat without being written in rust?
Why would not being written in rust be a thing to think about? Rust tend to make quite small binaries.
@hund @sotolf I have my own solution. It is brutaly minimalistic, but it has TUI client (single python file), mobile client (2 dart files. Using flutter) and server (single python file server and single python file crawler). If you want I can share it with you. You can be my test pilot :) It may finally force me to polish it a bit.
@marian_mizik @hund Yeah, for a rust reader he'd only need the executable as well, but he's against it for some reason that doesn't get said. (it was mainly a joke btw :))
@marian_mizik @sotolf Neat! I can test it and help you with it, but I will most likey just use rss2html locally because I'm lazy. :)
@hund I have been using rss2html until I made my small client/server solution, because I have commuted and travelled a lot in the past. I needed mobile client synced with desktop.
@marian_mizik @hund He doesn't want to use rust because it has a dependency manager, what makes you think he wants to use two different languages which both have their own dependencymanagers :p