-
-
Notifications
You must be signed in to change notification settings - Fork 106

Description
Hi, I just installed tldr via the python client on Xubuntu 16. Apart from serious issues with colours that make the text unreadable on every colour scheme, which I have also seen an issue regarding, I have found that the .tldr_cache directory is causing issues for reading tldr pages.
I am not great at explaining in words, so I will just show a few screenshots.
Let's say I run the command $ tldr nano
. Yes, it comes up with the tldr page for nano.
However, now if I were to run the same command a second, third, fourth or even 100th time, I will not get any output anymore. I just get three lines of my console coloured with no text.
This is only for tldr pages that I have previously read. If I run tldr with a different page I have not yet read, it is fine.
The fix seems to be to run rm -R ~/.tldr_cache
. Once I do this, everything is fine. However, it is annoying to have to keep doing this every single time I want to view a tldr page again.
Please excuse the text being unreadable. None of the console colour schemes included with the Xubuntu terminal are any better, and I have other stuff which works well with these console colours, so I wont change my console theme just to get tldr to be readable.
(Sorry if this is a bit vague, this is my first issue on another project).
Thanks