1
0
Fork 0
mirror of https://github.com/Luzifer/github-masswatch.git synced 2024-10-18 04:34:25 +00:00
Github-MassWatch is a small helper for mass-watching / unwatching in GitHub repositories.
Find a file
2015-06-02 18:52:56 +02:00
Gemfile Initial version 2015-06-02 18:52:56 +02:00
Gemfile.lock Initial version 2015-06-02 18:52:56 +02:00
LICENSE Initial version 2015-06-02 18:52:56 +02:00
README.md Initial version 2015-06-02 18:52:56 +02:00
watch.rb Initial version 2015-06-02 18:52:56 +02:00

Luzifer / github-masswatch

License: Apache 2.0

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

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