Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lakerszhy/ght

Repository files navigation

GHT - GitHub Trending TUI

ght

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.

Features

  • 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

Installation && Update

Linux && macOS

curl -fsSL https://raw.githubusercontent.com/lakerszhy/ght/main/install.sh | sh

Windows

irm https://raw.githubusercontent.com/lakerszhy/ght/main/install.ps1 | iex

Usage

# View all trending repositories
ght
# Filter by programming language
ght -l go

Keyboard Controls

  • Tab: Switch between time periods (Today, This week, This month)
  • ↑/k: Move up
  • ↓/j: Move down
  • left/h/pgup/pgdn/b/u: Previous page
  • right/l/pgdn/pgup/f/d: Next page
  • Enter or o: Open the selected repository in your browser
  • Ctrl+C: Quit the application

Dependencies