lord63 / tldr.py

A python client for tldr: simplified and community-driven man pages.
MIT License
186 stars 18 forks source link

Double braces on output #25

Closed nkahe closed 6 years ago

nkahe commented 7 years ago

tldr.py leaves double braces on output. Shouldn't they be shown as underline or such?

For example: $ tldr find find Find files under the given directory tree, recursively.

lord63 commented 6 years ago

Yeah, that's on purpose. I don't want to spend too much time on the styling. It is hard to do well, so I just keep the original face and show it to users. Also easy to distinguish where is the arguments.

I'm not willing to spend too much time on it, it may exhaust my enthusiasm on maintaining the project. I want to keep it as simple as possible. I'm also using tldr.py in my daily life and can still bear with the ugly theme, haha. But maybe I'll improve it in the future, I'll ping you back if it comes.

And sorry for the late response =)