Welcome to Lexy
About
Lexy is a lightweight CLI tool that fetches programming tutorials from Learn X in Y Minutes directly into your terminal. Quickly search, learn, and reference code examples without leaving your workflow.
Lexy saves a local copy of the documentation, so you can access it even when you're offline. It also provides syntax highlighting using bat and fuzzy search using fzf.
This project would not be possible without the amazing work of the Learn X in Y Minutes community. A huge thanks to all contributors for making high-quality learning resources freely available!
Demo
Features
- Check documentation from "Learn X in Y minutes" directly from the terminal.
- Syntax highlighting using bat.
- Local copy to speed up the process and avoid too many requests to the "Learn X in Y minutes" server.
- Auto-update every 60 days.
Learn More
To learn more about Lexy, check out the following resources:
- Usage documentation: Usage Documentation