Linux command
tldrl 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show page
tldrl [command]
Update cache
tldrl --update
List all pages
tldrl --list
Show platform-specific
tldrl --platform [linux] [command]
Search pages
tldrl --search "[keyword]"
说明
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.
参数
- --update
- Update cache.
- --list
- List pages.
- --platform _OS_
- Platform filter.
- --search _TERM_
- Search pages.
- --help
- Show help.
FAQ
What is the tldrl command used for?
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.
How do I run a basic tldrl example?
Run `tldrl [command]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --update do in tldrl?
Update cache.