https://github.com/keith/github-status
A menu bar utility tracking Github's status using the status.github.com api
https://github.com/keith/github-status
Last synced: 21 days ago
JSON representation
A menu bar utility tracking Github's status using the status.github.com api
- Host: GitHub
- URL: https://github.com/keith/github-status
- Owner: keith
- License: mit
- Created: 2012-12-13T15:00:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T00:49:49.000Z (almost 12 years ago)
- Last Synced: 2025-02-23T19:29:14.759Z (over 1 year ago)
- Language: Objective-C
- Size: 676 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Status
This is a small menu bar application for OS X using the [Github Status API](https://status.github.com/api)
Download a pre-built binary from the [releases
page](https://github.com/Keithbsmiley/Github-Status/releases)
---

---
### Change time intervals
Currently there isn't a GUI for changing the time refresh intervals. If
you'd like to change them you can through terminal by using these
commands:
```sh
defaults write com.keithsmiley.github-status KSGithubStatusRefreshInterval -int NUM
defaults write com.keithsmiley.github-status KSGithubStatusDownRefreshInterval -int NUM
```
As you may expect the first is the normal refresh time while the second
is the refresh time when the last status reported Github as being down.
Replace `NUM` with the **seconds** you want it to be refreshed by. 60
for 1 minute etc. The refresh interval default is 1800 (30 minutes). The
down refresh interval default is 300 (5 minutes).