tealdeer

tealdeer 1.9.0

Very fast implementation of tldr in Rust

https://github.com/tealdeer-rs/tealdeer
Apache License 2.0MIT License
main program: tldrprograms: tldr
Platforms (38)
x86_64-openbsdarmv5tel-linuxarmv7l-netbsdaarch64-linuxx86_64-solarisi686-linuxi686-freebsdloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  tealdeer
];
Ad-hoc shell
nix-shell -p tealdeer
Flake (nix run)
nix run nixpkgs#tealdeer