tldr-python-client icon indicating copy to clipboard operation
tldr-python-client copied to clipboard

Show notice about another similar pages

Open EmilyGraceSeville7cf opened this issue 3 years ago • 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

EmilyGraceSeville7cf avatar Mar 16 '22 01:03 EmilyGraceSeville7cf

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.

CleanMachine1 avatar Apr 10 '22 21:04 CleanMachine1