A Raycast extension for searching and viewing TLDR command cheatsheets.
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.
Install the extension from the Raycast Store or build it locally:
npm install
npm run dev
# 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