Browse GitHub trending repositories in your terminal.
Run without installing:
bunx @onmyway133/github-trendingOr install globally:
npm install -g @onmyway133/github-trending
github-trendingRequires Bun.
--since daily|weekly|monthly Time range (default: daily)
--lang <language> Filter by language (e.g. typescript, rust, python)
--help Show help
Examples:
github-trending --lang typescript
github-trending --since weekly
github-trending --lang rust --since monthly| Key | Action |
|---|---|
j / ↓ |
Move down |
k / ↑ |
Move up |
| Mouse scroll | Scroll list |
t |
Cycle time: daily → weekly → monthly |
/ |
Filter by name or description |
Esc |
Cancel filter |
Enter |
Open selected repo in browser |
r |
Refresh |
q / Ctrl+C |
Quit |
MIT
