LinuxCommandLibrary

tldrl

Rust-based TLDR pages client

TLDR

Show page

$ tldrl [command]
copy
Update cache
$ tldrl --update
copy
List all pages
$ tldrl --list
copy
Show platform-specific
$ tldrl --platform [linux] [command]
copy
Search pages
$ tldrl --search "[keyword]"
copy

SYNOPSIS

tldrl [--update] [--platform os] [options] [command]

DESCRIPTION

tldrl is a fast, Rust-based client for accessing TLDR pages, the community-maintained collection of simplified command-line documentation focused on practical examples. It caches pages locally for offline access and quick lookups.
The client supports platform-specific pages for Linux, macOS, and Windows, and provides search functionality to find relevant commands by keyword. The cache can be updated with --update to fetch the latest pages from the TLDR repository.

PARAMETERS

--update

Update cache.
--list
List pages.
--platform OS
Platform filter.
--search TERM
Search pages.
--help
Show help.

CAVEATS

Internet for updates. Cache needs refresh. Not official tldr client.

HISTORY

tldrl is a Rust implementation of a TLDR client for accessing community-maintained simplified man pages.

SEE ALSO

tldr(1), man(1), cheat(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community