@onmyway133/github-trending
v0.1.1
Published
Terminal UI for browsing GitHub trending repositories
Downloads
236
Maintainers
Readme
github-trending
Browse GitHub trending repositories in your terminal.

Usage
Run without installing:
bunx @onmyway133/github-trendingOr install globally:
npm install -g @onmyway133/github-trending
github-trendingRequires Bun.
Options
--since daily|weekly|monthly Time range (default: daily)
--lang <language> Filter by language (e.g. typescript, rust, python)
--help Show helpExamples:
github-trending --lang typescript
github-trending --since weekly
github-trending --lang rust --since monthlyKey Bindings
| 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 |
License
MIT
