Tlrc

Use this skill when the user wants quick, practical CLI examples instead of full man pages — look up tldr pages for commands, update the cache, or list available pages.

javimosch 1565521 874 B Updated

File contents

tlrc Plugin

Official Rust client for tldr pages — concise, example-driven command help. Faster and more readable than man for everyday CLI tasks.

Installation

brew install tlrc
# or
cargo install tlrc --locked

Basic Usage

# Look up a command
tldr tar
tldr git rebase

# Platform-specific page
tldr --platform linux chmod

# Update local cache
tldr --update

# List all cached pages
tldr --list

Usage Examples

  • "Show me practical tar examples"
  • "How do I use git stash?"
  • "Update my tldr cache"

SuperCLI

sc tldr page show tar
sc tldr cache list
sc plugins learn tlrc

javimosch/supercli/tree/main/plugins/tlrc/skills/quickstart commit 1565521ea1

Frequently asked questions

npx skillmds@latest add javimosch/tlrc