LinuxCommandLibrary

tldrl

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 displays TLDR pages. It's a TLDR client.
Simplified man pages. Practical examples.
Local caching. Offline access.
Platform support. OS-specific pages.
Fast lookups. Rust implementation.

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)

Copied to clipboard