gitbar icon indicating copy to clipboard operation
gitbar copied to clipboard

System tray for github reviews

GitBar

app icon

An system tray app for showing your pull requested reviews.

image

Development instructions

Requirements

Tauri getting started

Instructions

# 1 - install dependencies
yarn

# 2 - Run the App in development mode
yarn tauri:dev

note that the first run will take time as tauri download and compile dependencies.

Production

yarn tauri:build