Tldr

Latest version: v3.2.0

Safety actively analyzes 621085 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

3.2.0

Bugfiles

* Fix forcing color through termcolor
* Change non-word regex to be POSIX compliant (thanks [stevejbrown](https://github.com/stevejbrown))
* Update pages source to use the main branch
* Add a timeout to the URL requests (thanks [Jaimepas77](https://github.com/Jaimepas77))

3.1.0

Features

* Add `--search` option to find tldr pages based on keywords (thanks [gotlougit](https://github.com/gotlougit))
* Specify support for v1.5 of the [tldr client specification](https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md)

Bugfixes

* Command names are lowercased before searching for page
* Fix color printing for tokens that end with curly braces

3.0.0

Breaking

We have moved from [argcomplete](https://github.com/kislyuk/argcomplete) to [shtab](https://github.com/iterative/shtab) for
providing shell completions. This library is more efficient on doing tab completion, avoiding costly time it takes for the python
intrepreter to parse tldr to get options.

See [Readmeautocomplete](https://github.com/tldr-pages/tldr-python-client#autocomplete) for details on setting up shtab. Please
see the [argcomplete README](https://github.com/kislyuk/argcomplete) for details on where to look to remove its provided completions.

Features

* __breaking__ Move to shtab for tab completion support (thanks [casperdcl](https://github.com/casperdcl))
* Change default max cache age from 1 day to 7 days, can get prior behavior by setting the `TLDR_CACHE_MAX_AGE` environment variable
* Install manpage in pypi package
* Add option to print raw markdown (thanks [dadav](https://github.com/dadav))
* Support Python 3.10

2.0.0

Features

* __breaking__ Drop support for Python 3.5 (thanks [nebnola](https://github.com/nebnola))
* Allow overriding system language using `TLDR_LANGUAGE` environment variable (thanks [nebnola](https://github.com/nebnola))

Fixes

* Improve wording of missing page error message (thanks [CleanMachine1](https://github.com/CleanMachine1))

1.2.1

Fixes

* Fallback to using linux as platform if no pages folder found for current platform

1.2.0

Features

* Get remote resource only after all cache failed ([151](https://github.com/tldr-pages/tldr-python-client/pull/151)) (thanks ramwin)

Fixes

* Set `--help` usage line to match node client ([149](https://github.com/tldr-pages/tldr-python-client/pull/149))

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.