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

Implement download_cache flag to get entire cache #68

Closed MasterOdin closed 6 years ago

MasterOdin commented 6 years ago

sort of implements #40 by adding flag to download the entire tldr cache all at once. Given how fast this is (and small the size of all of tldr is), it might be worth to always just get the whole cache from the site when going for a command instead of just downloading a page at a time.

felixonmars commented 6 years ago

Thanks!