An open API service indexing awesome lists of open source software.

https://github.com/stoe/github-helper

A browser extension to do things on github.com
https://github.com/stoe/github-helper

Last synced: over 1 year ago
JSON representation

A browser extension to do things on github.com

Awesome Lists containing this project

README

          

# github-helper

[![test](https://github.com/stoe/github-helper/actions/workflows/test.yml/badge.svg)](https://github.com/stoe/github-helper/actions/workflows/test.yml) [![codeql](https://github.com/stoe/github-helper/actions/workflows/codeql.yml/badge.svg)](https://github.com/stoe/github-helper/actions/workflows/codeql.yml) [![publish](https://github.com/stoe/github-helper/actions/workflows/publish.yml/badge.svg)](https://github.com/stoe/github-helper/actions/workflows/publish.yml) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

> A browser extension to do things on github.com

## Functionality

### Repository status

**active**

active repository status badge
if a commit was made in the last two weeks.

**inactive**

inactive repository status badge
if the last commit was made between two and 8 weeks ago.

**unmaintained**

unmaintained repository status badge
if the last commit was made more than 8 weeks ago.

**abandoned**

abandoned repository status badge
if the last commit was made more than a year ago.

### Highlight @mentions

deprecated, @mentions are now supported baseline by GitHub

**direct mention**

screenshot of direct mention highlighted

**team mention**


screenshot of team mention highlighted

You will need a [personal access token](https://github.com/settings/tokens/new?description=github-helper-browser-extension&scopes=read:org) with the `read:org` scope added to the extenstion's options for this to work.

No data is saved or transmitted outside of the browser extension.

For more information please see the [privacy](./.github/privacy.md) information.

## Install

- Microsoft Edge (Chromium): https://microsoftedge.microsoft.com/addons/detail/badjjokkijlgeoleihpfakbhgieefpjg

or

- Download the latest `github-helper.zip` file from [Release](https://github.com/stoe/github-helper/releases)
- Unzip the `github-helper.zip` file to your disk
- Microsoft Edge (Chromium)
- Follow instructions to [install a side-loaded extension](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#installing-and-updating-side-loaded-extensions). You will need to enable [Developer mode](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#run-your-extension-locally-in-your-browser-while-developing-it-side-loading).
- Google Chrome
- Visit `chrome://extensions` (via omnibox or menu -> Tools -> Extensions).
- Enable Developer mode by ticking the checkbox in the upper-right corner.
- Click on the "Load unpacked extension..." button.
- Select the directory containing the unpacked `github-helper` extension.

## License

- [MIT](./license) © [Stefan Stölzle](https://github.com/stoe)
- [Code of Conduct](./.github/code_of_conduct.md)

## Thanks

This is a combined extension of:

- https://github.com/pierluigi/github-repo-status-webextension by [@pierluigi](https://github.com/pierluigi)
- https://github.com/benbalter/github-mention-highlighter by [@benbalter](https://github.com/benbalter)