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

https://github.com/mifriis/github-project-filter

Github Project script to enhance filtering on the board.
https://github.com/mifriis/github-project-filter

github greasemonkey tampermonkey userscripts

Last synced: about 1 month ago
JSON representation

Github Project script to enhance filtering on the board.

Awesome Lists containing this project

README

          

# Github Project Filter - Quick board filters
We keep forgetting what each others usernames are making daily a bit difficult. This script tries to solve that by adding all active assignees and milestones to a select boxes where you can filter the cards from.

![screenshot](https://raw.githubusercontent.com/mifriis/github-project-filter/main/img/github-filtering.png)

## Installation

1. Make sure you have user scripts enabled in your browser (these instructions refer to the latest versions of the browser):

* Firefox - install [Tampermonkey](https://tampermonkey.net/?ext=dhdg&browser=firefox) or [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)
* Chrome - install [Tampermonkey](https://tampermonkey.net/?ext=dhdg&browser=chrome).
* Safari - install [Tampermonkey](https://apps.apple.com/app/tampermonkey/id1482490089)
* Edge- install [Tampermoneky](https://microsoftedge.microsoft.com/addons/detail/tampermonkey/iikmkjmpaadaobahmlepeloendndfphd)

2. Install:

### Testing it

You can use Github's docs project to test it out: https://github.com/github/docs/projects/2

## What about styling

Yes, please help!