tldr-pages/tldr-python-client

Show notice about another similar pages

EmilyGraceSeville7cf opened this issue · 1 comments

For instance there are two pages with the same name in common/ and linux. Before each page in output we can write smth like:

  • There are another page versions in: common. (for linux/)
  • There are another page versions in: linux. (for common/)

Note that difference between these pages are:

  • common/ uses short options for the most frequently used arguments and long for others
  • linux/ uses long options for all situations

I like this idea.

However I'd word it as There are other versions of this page in the ___ category.
with ___ being filled with common for example.