Show HN: Lexy – CLI tool that fetches tutorials from "Learn X in Y Minutes"
1–6 of 6 posts
Re: Show HN: Lexy – CLI tool that fetches tutorials from "Learn X in Y Minutes"
#2Lexy fetches programming tutorials from “Learn X in Y Minutes” and displays them directly in your terminal. It’s perfect for terminal-first developers, polyglot programmers, and self-learners who want quick, no-fluff documentation without leaving their workflow.
Key Features: - Fast and minimal - Offline-friendly after the first fetch - Easy to use and scriptable - Check it out on GitHub: https://github.com/antoniorodr/lexy
Huge thanks to the maintainers of Learn X in Y Minutes — your work is fantastic, and this project wouldn’t exist without it.
#Python #CLI #OpenSource #LearnXInYMinutes #Lexy
Re: Show HN: Lexy – CLI tool that fetches tutorials from "Learn X in Y Minutes"
#3Introducing Lexy — my lightweight command-line tool built with Python! Lexy fetches programming tutorials from “Learn X in Y Minutes” and displays them directly in your terminal. It’s perfect for terminal-first developers, polyglot programmers, and self-learners who want quick, no-fluff documentation without leaving their workflow. Key Features: - Fast and minimal - Offline-friendly after the first fetch - Easy to us…
You mention it being scriptable, which makes sense as a CLI. Do you have any personal examples of using Lexy in a script? I'm curious about use cases outside of reading.
Re: Show HN: Lexy – CLI tool that fetches tutorials from "Learn X in Y Minutes"
#4Introducing Lexy — my lightweight command-line tool built with Python! Lexy fetches programming tutorials from “Learn X in Y Minutes” and displays them directly in your terminal. It’s perfect for terminal-first developers, polyglot programmers, and self-learners who want quick, no-fluff documentation without leaving their workflow. Key Features: - Fast and minimal - Offline-friendly after the first fetch - Easy to us…
This is a really cool idea. You mention it being scriptable, which makes sense as a CLI. Do you have any personal examples of using Lexy in a script? I'm curious about use cases outside of reading.
Thanks!
EDIT: This is my second “real” project so I’ve still a lot to learn. I appreciate the feedback!
Re: Show HN: Lexy – CLI tool that fetches tutorials from "Learn X in Y Minutes"
#5Introducing Lexy — my lightweight command-line tool built with Python! Lexy fetches programming tutorials from “Learn X in Y Minutes” and displays them directly in your terminal. It’s perfect for terminal-first developers, polyglot programmers, and self-learners who want quick, no-fluff documentation without leaving their workflow. Key Features: - Fast and minimal - Offline-friendly after the first fetch - Easy to us…
This is a really cool idea. You mention it being scriptable, which makes sense as a CLI. Do you have any personal examples of using Lexy in a script? I'm curious about use cases outside of reading.
I haven't tested Lexy within a script yet, but if you have any ideas, I'd be happy to try and make it work. One thing that comes to mind is possibly adjusting the auto-update frequency.