tealdeer
tealdeer 1.9.0
Very fast implementation of tldr in Rust
https://github.com/tealdeer-rs/tealdeerApache License 2.0MIT License
main program: tldrprograms: tldr
Maintainers
Platforms (38)
x86_64-openbsdarmv5tel-linuxarmv7l-netbsdaarch64-linuxx86_64-solarisi686-linuxi686-freebsdloongarch64-linux
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