@bbbhltz
Did you manage to configure external programs in new version? INI-config had these numbered, TOML one is very vague on how to do that, multiple "program=" lines seem to bork up the config parser and even themes stop working, I thought that something was wrong with mine and started looking at the source, then I realized this.
Using arrays like program=["mpv,"imv","w3m"] also doesn't seem to cut it. I'm completely lost 🤪
@tut
@tut
Oh, yes! I have to make a [[open-custom.programs]] subsection, this works!
Put these examples in the sample config please, it's not obvious as it is.
Also, please make the parser fail if there is an error somewhere in config, currently it just fails silently. If I e.g. put something like program=["mpv"] into config file the parser just fails silently, but the program still starts without any config at all, even the theme is ignored.
@tut Thank you!
And thank you for great software that tut is! One of the reasons why TUI apps are my daily drivers nowadays! 👍
@m0xee I'll include more examples in the next release. And thank you for noticing that tut isn't failing when you have an error in your config, that will also be fixed in the next release :)