1
0
Fork 0
mirror of https://github.com/Luzifer/github-masswatch.git synced 2024-10-18 12:44:25 +00:00
github-masswatch/README.md
2015-06-02 18:52:56 +02:00

38 lines
1.4 KiB
Markdown

# Luzifer / github-masswatch
[![License: Apache 2.0](http://badge.luzifer.io/v1/badge?color=5d79b5&title=license&text=Apache%202.0)](LICENSE)
This project is a small helper for mass-watching / unwatching in GitHub repositories. If you are in a bigger organization like me you might have switched off auto-watching for new repositories as your mailbox gets flooded with stuff you don't even like to see. So after turning off the automatic watching you will not notice new repositories and you have to subscribe them one by one. To make this a bit more easy and have a chance to do this with a Jenkins job or similar I wrote this little tool.
## Features
- List all repositories you have access to
- List all repositories you are currently subscribed to
- Test a RegExp against that repository list
- Watch and unwatch repositories by providing a RegExp
## Simple usage example
```bash
# bundle install
[...]
# ruby watch.rb list --token=<mytoken>
Luzifer/alarmclock
Luzifer/alfred-fold
Luzifer/alfred-pwdgen
Luzifer/AMZWishlist
Luzifer/awsenv
[...]
# ruby watch.rb watch '^Luzifer/.*' --token=<mytoken>
Subscribing to Luzifer/blog.knut.me...
Subscribing to Luzifer/go-selfupdate...
Subscribing to Luzifer/golang-builder...
Subscribing to Luzifer/habitrpg...
Subscribing to Luzifer/homebrew...
Subscribing to Luzifer/homebrew-tools...
Subscribing to Luzifer/license...
Subscribing to Luzifer/radiopi...
Subscribing to Luzifer/simpleproxy...
```