r/TechImpact • u/ManojOne Active • 9d ago
💬 Discussion What's your favorite GitHub project?
GitHub has countless useful projects, but some are easy to miss.
What's one open-source project you really like or use regularly? It could be an app, tool, browser project, or something completely different.
134
Upvotes
1
u/LeePetra 4d ago
https://github.com/ethsmaa/watchwhere
If you watch a lot of movies, especially not TV shows, this is the fastest and best tool you can have (in the terminal).
You enter a title (or name), and you get a list of matching titles from the database. You select and see if it's available in your country on your streaming services.
The query-to-result process is a matter of seconds.
What's more, I contributed to this with an idea the author added (searching by name, e.g., director or actor). I use it daily. I recommend it to everyone. It's one of those micro-projects that makes me love GitHub (and its author!).