Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narwhal-apps/gitbar
System tray for github reviews
https://github.com/narwhal-apps/gitbar
application gitbar reviews systemtray tauri
Last synced: 2 months ago
JSON representation
System tray for github reviews
- Host: GitHub
- URL: https://github.com/narwhal-apps/gitbar
- Owner: narwhal-apps
- License: mit
- Created: 2022-11-10T14:27:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T13:21:21.000Z (3 months ago)
- Last Synced: 2024-11-06T13:43:56.215Z (3 months ago)
- Topics: application, gitbar, reviews, systemtray, tauri
- Language: Svelte
- Homepage: https://narwhal-apps.github.io/gitbar/
- Size: 4.75 MB
- Stars: 52
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-tauri - GitBar - System tray app for GitHub reviews. (Applications / Productivity)
README
GitBar
An system tray app for showing your pull requested reviews.
![image](./website/static/screenshot.png)
## Development instructions
### Requirements
[Tauri getting started](https://tauri.app/v1/guides/getting-started/prerequisites)
### Instructions
```sh
# 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
```sh
yarn tauri:build
```