Skip to content

A menubar app for macOS to view trending GitHub repositories.

License

Notifications You must be signed in to change notification settings

ikramhasan/Gitrends

Repository files navigation

Gitrends: View trending GitHub repositories.

A menubar app for macOS to view trending GitHub repositories.

Features

  • View trending repositories for today
  • Filter repositories by predefined languages
  • Filter repositories by custom languages
  • View trending repositories for this week
  • View trending repositories for this month

Demo

gitrend.mp4

Tech Stack

Installation

# Clone the repository
git clone

# Change directory
cd gitrends

# Install dependencies
yarn install

# Start the app
yarn tauri dev