GHT is a terminal-based user interface (TUI) for browsing GitHub trending repositories. It allows you to view trending repositories by different time periods (daily, weekly, monthly) and filter by programming language.
- View GitHub trending repositories directly in your terminal
- Browse trending repositories by different time periods:
- Today
- This week
- This month
- Filter repositories by programming language
curl -fsSL https://raw.githubusercontent.com/lakerszhy/ght/main/install.sh | shirm https://raw.githubusercontent.com/lakerszhy/ght/main/install.ps1 | iex# View all trending repositories
ght# Filter by programming language
ght -l goTab: Switch between time periods (Today, This week, This month)↑/k: Move up↓/j: Move downleft/h/pgup/pgdn/b/u: Previous pageright/l/pgdn/pgup/f/d: Next pageEnteroro: Open the selected repository in your browserCtrl+C: Quit the application