/github-last-commit

Chrome extension to display repository health via a color icon in href links

Primary LanguageJavaScriptMIT LicenseMIT

Github last commit Chrome extension

Install at: https://chrome.google.com/webstore/detail/github-link-uberizer/ijlebfifaaokdkglnokndelloojcieoc

This is how it looks

Feature

  • show the last activity visually in front of a github link (red, not very active, yellow, a bit, blue was active recently)
  • shape is for popularity: the starier it is, the more popular the repository is. The rounder it is, the less popular.

Developers

  • Install src using developer tools in chrome. Generate token at Github and update its value in options panel.

Inspiration and thanks

TODO

  • Work with day count instead of ugly IndexOf
  • Use Github API (requires login and access token, now)
  • Find better way to find the info than hammering Github.
  • Reinstate Analytics Remove Analytics
  • Publish on Chrome Store https://chrome.google.com/webstore/detail/github-link-uberizer/ijlebfifaaokdkglnokndelloojcieoc !
  • Display stargazers count More or less
  • pre install bullets to avoid view dilation when ajax is running
  • Cache result for at least 5 minutes 60 minutes
  • ❓ Display found repositories in popup
  • Option Panel
  • have the ability to find most recent branch