Fetches and visualizes GitHub trending repositories by language and time period — right in your terminal.
trendpulse pulls live GitHub trending data and renders it as a beautiful terminal dashboard — showing stars, forks, language, and descriptions for the hottest repos right now.
trendpulse # Today's trending
trendpulse --lang python --period weekly # Weekly Python
trendpulse --limit 5 --format json # Top 5 as JSON
trendpulse --watch # Auto-refresh mode- 🌐 Live GitHub trending data
- 🔤 Filter by programming language
- 📅 Daily, weekly, monthly periods
- 📊 Star count bar chart visualization
- 🔄 Watch mode with auto-refresh
- 📋 JSON, Markdown, and CSV export
bash scripts/setup.sh && bash scripts/unlock-all.shSee CONTRIBUTING.md