Path to this page:
./
sysutils/tealdeer,
Simplified, example based and community-driven man pages
Branch: CURRENT,
Version: 1.7.0,
Package name: tealdeer-1.7.0,
Maintainer: bsiegertA very fast implementation of tldr in Rust: Simplified, example based and
community-driven man pages.
If you pronounce "tldr" in English, it sounds somewhat like "tealdeer". Hence
the project name.
Required to run:[
security/openssl] [
lang/rust-bin]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 677.577 KB
Version history: (Expand)
- (2024-10-03) Updated to version: tealdeer-1.7.0
- (2023-10-25) Updated to version: tealdeer-1.6.1nb1
- (2022-11-11) Updated to version: tealdeer-1.6.1
- (2022-10-06) Updated to version: tealdeer-1.6.0
- (2022-01-01) Updated to version: tealdeer-1.5.0
- (2020-09-06) Updated to version: tealdeer-1.4.1
CVS history: (Expand)
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2022-11-11 21:11:10 by Benny Siegert | Files touched by this commit (3) | |
Log message:
tealdeer: update to 1.6.1
- [fixed] Fix path source for custom pages dir
- [chore] Update dependendencies
|
2022-10-06 12:12:46 by pin | Files touched by this commit (4) | |
Log message:
sysutils/tealdeer: update to 1.6.0
v1.6.0 (2022-10-02)
It's been 9 months since the last release already! This is not a huge update
feature-wise, but it still contains a few nice new improvements and a few
bugfixes, contributed by 11 different people. The most important new feature
is probably the option to override the cache directory through the config file.
The TEALDEER_CACHE_DIR env variable is now deprecated.
A note to packagers: Shell completions have been moved to the
completion/ subdirectory! Packaging scripst might need to be updated.
Changes:
[added] Allow overriding cache directory through config (#276)
[added] Add --no-auto-update CLI flag (#257)
[added] Show note about auto-updates when cache is missing (#254)
[added] Add support for android platform (#274)
[added] Add custom pages to list output (#285)
[fixed] Cache: Return error if HTTP client cannot be created (#247)
[fixed] Handle cache download errors (#253)
[fixed] Do not page output of tldr --update (#231)
[fixed] Create macOS release builds with bundled root certificates (#272)
[fixed] Clean up and fix shell completions (#262)
[deprecated] The TEALDEER_CACHE_DIR env variable is now deprecated (#276)
[removed] The --config-path command was removed, use --show-paths instead (#290)
[removed] The -o/--os command was removed, use -p/--platform instead (#290)
[removed] The -m/--markdown command was removed, use -r/--raw instead (#290)
[chore] Move shell completion scripts to their own directory (#259)
[chore] Update dependencies (#271, #287, #291)
[chore] Use anyhow for error handling (#249)
[chore] Switch to Rust 2021 edition (#284)
|
2022-01-01 20:32:04 by Benny Siegert | Files touched by this commit (4) | |
Log message:
tealdeer: update to 1.5.0.
v1.5.0 (2021-12-31)
This is quite a big release with many new features. In the 15 months since the
last release, 59 pull requests from 16 different contributors were merged!
The highlights:
- Custom pages and patches: You can now create your own local-only tldr
pages. But not just that, you can also extend existing upstream pages with
your own examples.
- Change argument parsing from docopt to clap: We replaced docopt.rs as
argument parsing library with clap v3, resulting in almost 1 MiB smaller
binaries and a 22% speed increase when rendering a tldr page.
- Multi-language support: You can now override the language with -L/--language.
- A new `--show-paths` command: By running tldr --show-paths, you can list
the currently used config dir, cache dir, upstream pages dir and custom pages dir.
- Compliance with the tldr client spec v1.5: We renamed -o/--os to
-p/--platform and implemented transparent lowercasing of the page names.
- Docs: The README based documentation has reached its limits. There are
now new mdbook based docs over at https://dbrgn.github.io/tealdeer/, we hope
these make using tealdeer easier. Of course, documentation improvements are
welcome! Also, if you're confused about how to use a certain feature, feel free
to open an issue, this way we can improve the docs.
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2020-09-06 18:43:52 by Benny Siegert | Files touched by this commit (3) | |
Log message:
Update tldr to 1.4.1.
v1.4.1 (2020-09-04)
- [fixed] Syntax error in zsh completion file
v1.4.0 (2020-09-03)
- [added] Configurable automatic cache updates
- [added] Improved color detection and support for `--color` argument and
`NO_COLOR` env variable
- [changed] Make `--list` option comply with official spec
- [changed] Move cache age warning to stderr
|
2020-08-14 22:50:22 by Tobias Nygren | Files touched by this commit (7) |
Log message:
cargo users: drop do-build target where redundant
|