bacardi55 / gtl

gtl - Gemini Tiny Logs - A simple TUI for the tinylog format on gemini
GNU General Public License v3.0
23 stars 0 forks source link

displays only the named Tinylog (except the last one which is always displayed) #3

Closed UncleReaton closed 3 years ago

UncleReaton commented 3 years ago

e.g. When my .config/gtl/subs looks like this:

<url1> name1
<url2>
<url3> name3
<url4>

It's gonna display tinylog just for <url1>,<url3> and <url4>.

If I only name <url3> it's gonna display <url3> and <url4>

bacardi55 commented 3 years ago

That's a weird one I've never seen (even though i do have a mix too), I'll test it today with the provided format. Thanks a lot for testing and reporting!

Did you try based on the latest commit? I've worked a bit on that area yesterday …

UncleReaton commented 3 years ago

Yeah I tried with the last commit

bacardi55 commented 3 years ago

Don't tell my boss, but it should be fixed in latest commit :) Thanks a lot for testing and reporting issues!

UncleReaton commented 3 years ago

Haha I won't I promise :D Indeed, the issue is fixed 🎉

Thanks a lot for testing and reporting issues!

It's a pleasure to help! :)