tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
599 stars 95 forks source link

support offline pages #40

Closed 1-61803 closed 4 years ago

1-61803 commented 7 years ago

As of now, all tldr pages are ~370KB. Instead of being saved all at once, they are cached for each command when the client runs and it doesn't use the same folder structure as tldr (common, linux, etc), but adds a suffix for each one (e.g. awk_common.md).

onovy commented 6 years ago

try: https://github.com/lord63/tldr.py

1-61803 commented 6 years ago

@onovy, thanks, but for now I use the c++ client. While the c client caches the pages and has autocomplete, the python clients seem to only have theming as a differentiating feature.

TimothyBramlett commented 6 years ago

@1-61803 Can you change the tldr url for the C++ clients, do you know?