-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi again,
I prefer the compact=true
setting in general, it leaves more room on screen after tlrc
, for the command I forgot how to use :D
But I found that it was a bit visually cramped. I thought it would be nice to have something inbetween, Like:
compact=false:
Print the tldr page for a specific command (hint: this is how you got here!):
tldr command
Print the tldr page for a specific subcommand:
tldr command subcommand
compact=true:
Print the tldr page for a specific command (hint: this is how you got here!):
tldr command
Print the tldr page for a specific subcommand:
tldr command subcommand
my imagination:
Print the tldr page for a specific command (hint: this is how you got here!):
tldr command
Print the tldr page for a specific subcommand:
tldr command subcommand
I thought that this could be like compact=page
(or whatever name) to do it exactly as above, or perhaps it could be in the styles for each section, so I could do something like:
[style.placeholder]
line_break = true
On a similar note, I rarely have a need for the description and URL - my use case is that I do know, but I've forgotten the exact syntax, so I just need a quick reminder. I already know what the tool is for when I run tlrc, so those lines are some screen space it would be nice to keep. I wonder if it might be possible to get an option to omit those sections entirely?
Thanks for your time!