./net/tlrc, Tldr client written in Rust

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


Branch: CURRENT, Version: 1.11.1, Package name: tlrc-1.11.1, Maintainer: pkgsrc-users

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: 36.195 KB

Version history: (Expand)


CVS history: (Expand)


   2025-05-06 21:32:09 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.11.1

 - Increase the HTTP request timeout to 30 seconds (#128)
 - Fix issues with proxies (#111 (comment))
   2025-04-11 11:09:35 by pin | Files touched by this commit (1)
Log message:
net/tlrc: needs sse2
   2025-04-04 22:18:30 by pin | Files touched by this commit (1)
Log message:
net/tlrc: reset maintainer
   2025-04-02 13:04:37 by pin | Files touched by this commit (1)
Log message:
net/tlrc: not for i386
   2025-03-17 21:59:45 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.11.0

 - Fix loading TLS certificates from the OS store (#111)
 - New config option: output.line_length. The default is 0, which means to use \ 
the width of the terminal.
   Description lines will be wrapped to never exceed this value (#120).
 - Client specification v2.3:
     - new command-line options: --short-options and --long-options.
     - new config option: output.option_style. Can be short, long or both.
     - Specifies which option style should be shown in new option placeholders \ 
({{[-s|--long]}}).
   2025-02-08 16:21:18 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.10.0

    Fixed stretched man page rendering when using mandoc
    Fixed wrong error messages when the pages.en directory in the cache is empty
    The location of the config file can now be overridden using the TLRC_CONFIG \ 
environment variable (#89)
    Added support for hex color codes (#115)
   2024-07-31 20:04:34 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.9.3

 - Use native TLS certificates instead of webpki-roots
 - ~ in the config now expands to the user's home directory (#80)
 - Fixed wrong next automatic update time in tldr --offline --info
 - Fixed extraction of files that contain .. in the path from zip archives
   2024-04-30 05:22:18 by pin | Files touched by this commit (3) | Package updated
Log message:
net/tlrc: update to 1.9.2

 - Enable SOCKS proxy support (#71)
 - Fixed error messages being put on the same line as the previous info message
 - Fixed wrong background colors of empty lines if a background color is set in
   the config