This repository was archived by the owner on Aug 3, 2022. It is now read-only.
Releases: eprovst/tldr
Releases · eprovst/tldr
v0.3.1
Changes:
- Reduced number of dependencies.
- Redesigned output to be better readable.
- Massively reduced binary size.
- Reduce database size.
- Improved some more edge cases.
Notes on updating:
- The database format has changed. Please run
tldr --purgefirst.
Download tldr for Linux and tldr.exe for Windows, both are 64 bit only, for other platforms one could build from source.
v0.3.0
New:
- Added
-s,--searchoption that allows searching for commands matching a given grep-style regular expression. - There are now more error messages to help you fix rare problems with your configuration.
- Added support for dynamic platform switching, the client now stores all pages in the database so you are able to switch platforms on the fly using the
-p,--platformflag. - Added
--purgewhich removes the database from disk, useful in the unlikely event of a corrupted database. - Added option to render local page.
- The client now compresses pages before storing them in the database, lengthening the update process slightly but halving the database size.
Changes:
- Removed some, renamed others, hidden a few, and changed the working of a small group: flags have been thoroughly reworked, in general to be more compatible with other clients. Most notably:
--listnow does not accept a parameter any more, use--search '{{pattern}}'instead.--list-alland--list-platformshave been added for scripting purposes.--completionhas been renamed to--bash-completion.--clear-cachehas been added as a hidden alias for--purgemostly for compatibility reasons.
Download tldr for Linux and tldr.exe for Windows, both are 64 bit only, for other platforms one could build from source.
v0.2.0
New:
- Added
--listoption that shows all commands (that contain an optionally provided pattern). - Added
--completionoption that prints a bash script for bash completion. - Printing of pages has been greatly improved, we now support verbatim in all line types.
Changes:
- Output has been changed slightly to be better readable.
Download tldr for Linux and tldr.exe for Windows, both are 64 bit only, for other platforms one could build from source.