ez-github
ez-github - GitHub Trending CLI
Simple typer CLI for discovering trending GitHub repos. No authentication required (60 requests/hour unauthenticated).
Usage
Run uv run skills/ez-github/scripts/gh_trending.py <command>. All commands support --json for raw JSON output.
Trending Repos
uv run skills/ez-github/scripts/gh_trending.py trending # weekly trending (default)
uv run skills/ez-github/scripts/gh_trending.py trending --period daily # today's trending
uv run skills/ez-github/scripts/gh_trending.py trending --period monthly # this month
uv run skills/ez-github/scripts/gh_trending.py trending --lang python # Python repos only
uv run skills/ez-github/scripts/gh_trending.py trending --lang rust --limit 20 # top 20 Rust repos
Popular Repos with Recent Activity
uv run skills/ez-github/scripts/gh_trending.py stars # popular repos active this week
uv run skills/ez-github/scripts/gh_trending.py stars --lang typescript # TypeScript only
Repo Details and Releases
uv run skills/ez-github/scripts/gh_trending.py repo astral-sh/uv
uv run skills/ez-github/scripts/gh_trending.py releases astral-sh/uv
uv run skills/ez-github/scripts/gh_trending.py releases astral-sh/uv --limit 10
Search
uv run skills/ez-github/scripts/gh_trending.py search "LLM framework"
uv run skills/ez-github/scripts/gh_trending.py search "web framework" --lang rust --sort stars
Common Workflows
| User asks | Command |
|---|---|
| "What's trending on GitHub?" | gh_trending.py trending |
| "Trending Rust repos this week" | gh_trending.py trending --lang rust |
| "Tell me about repo X" | gh_trending.py repo owner/X |
| "Latest releases for uv" | gh_trending.py releases astral-sh/uv |
| "Search GitHub for LLM tools" | gh_trending.py search "LLM tools" |
More from araa47/ez-news
ez-hn
Browse and search Hacker News. Fetch top, new, best, Ask HN, Show HN stories and job postings. View item details, comments, and user profiles. Search stories via Algolia. Find "Who is hiring?" threads. Use for any HN-related queries.
9ez-lobsters
Browse and search Lobste.rs. Fetch hottest, newest, and tag-filtered stories. View story details and comments. Search stories. Use for any Lobste.rs-related queries.
9ez-devto
Browse and search DEV.to articles. Fetch top, latest, rising, and tag-filtered articles. View article details and comments. List popular tags. Use for any DEV.to-related queries.
8