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.
- Host: GitHub
- URL: https://github.com/mifriis/github-project-filter
- Owner: mifriis
- License: mit
- Created: 2021-05-31T13:03:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T12:11:21.000Z (about 5 years ago)
- Last Synced: 2025-01-28T09:51:47.693Z (over 1 year ago)
- Topics: github, greasemonkey, tampermonkey, userscripts
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.

## 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!