./net/tlrc, Tldr client written in Rust

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9.1, Package name: tlrc-1.9.1, Maintainer: pin

A tldr client written in Rust.

tlrc can be customized with a toml configuration file.
To generate a default config file, run:

tldr --gen-config > $(tldr --config-path)


Master sites:

Filesize: 29.429 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-29 23:06:15 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.9.1

 - Fixed language detection issues when languages = [] is set in the config (#69)
   2024-03-24 19:53:13 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.9.0

 - Client specification v2.2
 - Fixed rendering of triple brace placeholders ({{{ ... }}} no longer shows
   one brace outside)
 - On --update, the new sha256sums will be compared to the old ones and archives
   that haven't been updated won't be downloaded anymore
 - Improved shell completions (#50)
 - New config option: cache.mirror
 - The default mirror has been changed from \ 
https://raw.githubusercontent.com/tldr-pages/tldr-pages.github.io/main/assets
   to https://github.com/tldr-pages/tldr/releases/latest/download as per the new
   client specification
   2023-12-01 08:48:04 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.8.0

 - Client specification v2.1 (placeholder escaping)
 - Improved --info output
 - Bug fixes
   2023-10-31 18:18:26 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.7.1

v1.7.1
 - Fix the error on new installations preventing usage of the client entirely
   if the cache directory does not exist yet.

v1.7.0
 - Platforms are now detected from the cache directory
 - The cache.language config option now overrides environment variables during
   page resolution
 - pages.en is now used for English pages.
   2023-10-22 21:38:13 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.6.0

- Add support for OpenBSD pages.
   2023-08-18 12:54:05 by pin | Files touched by this commit (5)
Log message:
net/tlrc: import package

A tldr client written in Rust.

tlrc can be customized with a toml configuration file.
To generate a default config file, run:

tldr --gen-config > $(tldr --config-path)