tldr InBrowser.App is an offline-capable PWA for tldr-pages. Fully runs in your browser. Zero API latency.
- Autocomplete and search commands.
- Browse by platforms and languages.
- Markdown render and dark mode support.
- Printer-friendly: hide unwanted elements when printing.
- Everything is processed in your browser.
- Works without a network connection using PWA.
- All files are static. No backend servers are needed.
- Zero API latency, no waiting for a response.
- Automatically updates when new tldr-pages are available.
$ npm run dev # Run Dev Server
$ npm run build # Build to dist/
MIT License