8000 GitHub - jamieweavis/streaker: Cross-platform GitHub contribution streak/statistic tracking menu bar application with reminder notification
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cross-platform GitHub contribution streak/statistic tracking menu bar application with reminder notification

License

Notifications You must be signed in to change notification settings

jamieweavis/streaker

Repository files navigation

Streaker Streaker Logo

Cross-platform GitHub contribution streak/statistic tracking menu bar application with reminder notification

ci downloads version license

Screenshot

Install

Download the latest version of Streaker from the GitHub releases page. Or see the Building Locally section to build it yourself.

Features

  • Menu bar contribution stats
    • Streak
      • Best
      • Current
      • Previous
    • Contributions
      • Most (day)
      • Today
      • Total (year)
  • Menu bar icon changes depending on contribution status
    • Empty - you haven't contributed today
    • Filled - you have contributed today
    • Crown - you're currently on your best streak
  • Three different menu bar icon themes
    • Flame
    • Tile
    • Octocat
  • Reminder notification so you don't lose your streak

Menu Bar Icons

Light Mode

State Flame Tile Octocat
Pending Flame Empty Tile Empty Octocat Empty
Contributed Flame Contributed Tile Contributed Octocat Contributed
Streaking Flame Crown Tile Streaking Octocat Streaking

Dark Mode

State Flame Tile Octocat
Pending Flame Empty Tile Empty Octocat Empty
Contributed Flame Contributed Tile Contributed Octocat Contributed
Streaking Flame Crown Tile Streaking Octocat Streaking

Building Locally

The app is built & deployed for all platforms via GitHub Actions automatically, but you can build it locally for your platform with the following steps:

Clone the repository

git clone https://github.com/jamieweavis/streaker.git

cd streaker

Install npm dependencies (recommended to use Node.js v22)

npm install

Package the app for your current platform

npm run package

The packaged app will now be in the out/ directory

Development

Run the app in development mode

npm run start

Only the renderer process currently supports hot reloading, changes in src/main/ will require a restart

Built with

Related

  • Streaker CLI - GitHub contribution streak/statistic tracking command line application with ASCII contribution graph
  • Contribution - GitHub contribution graph parser - contribution streak & statistic calculator with zero dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.

0