Extension Icon

TLDR Pages

Search TLDR command cheatsheets.
AvatarAchille Lacoin
6,581 Installs
Overview

TLDR Pages

A Raycast extension for searching and viewing TLDR command cheatsheets.

About

This extension provides quick access to TLDR pages - a collection of simplified and community-driven man pages. TLDR pages are a community effort to simplify the beloved man pages with practical examples.

Features

  • Search through TLDR command cheatsheets directly from Raycast
  • Browse commands for multiple platforms: macOS, Linux, Windows, SunOS, and Android
  • View detailed command examples and usage information
  • Offline access to cached pages

Installation

Install the extension from the Raycast Store or build it locally:

npm install
npm run dev

Usage

  1. Open Raycast
  2. Search for "Search Pages" or "TLDR"
  3. Type the command you want to learn about
  4. Use the platform dropdown to filter by operating system
  5. View examples and usage information

Commands

  • Search Pages - Search and browse TLDR command cheatsheets

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build for production
npm run build

# Run linter
npm run lint

# Fix linting issues
npm run fix-lint