Project

pushes

0.01
Repository is archived
No commit activity in last 3 years
No release in over 3 years
GitHub post-commit notifs in your OS X Notification Center
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.13.0

Runtime

~> 1.6.16
~> 1.24.0
 Project Readme

GitHub post-commit notifs
in your OS X Notification Center

Pushes
Gem Version

Installation

gem install pushes

Commands

Start (Default)

Start a LaunchAgent process.
Will fetch every INTERVAL seconds (default: 10) and will restart at boot.

$ pushes
$ pushes start
$ pushes start 30
$ pushes start INTERVAL

Fetch

Single call to GitHub API.

$ pushes fetch

Stop

Stop the background process and delete the LaunchAgent file.

$ pushes stop

Reset

Clear commits storage. We noticed Pushes doesn’t play too well with a force push that removes commits even though such action should be prohibited. In any case, you may want to reset your local storage.

$ pushes reset

License

Copyright © 2013 Heliom. See LICENSE for details.