All Projects → erik → github-notify

erik / github-notify

Licence: MIT license
Simple MacOS app to alert you when you have unread GitHub notifications

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to github-notify

ios
Resources & homeworks for N17R iOS track
Stars: ✭ 14 (-26.32%)
Mutual labels:  cocoa
YAPDFKit
Yet another PDF Kit for parsing and modifying PDF's. For OS X and iOS.
Stars: ✭ 27 (+42.11%)
Mutual labels:  cocoa
ldview
Real-time 3D viewer for displaying LDraw models
Stars: ✭ 65 (+242.11%)
Mutual labels:  cocoa
DisplayMenu
A simple (bare-bones) macOS menubar extra to apply display presets.
Stars: ✭ 42 (+121.05%)
Mutual labels:  menubar
SaveMyEyes
Minimalistic macOS application that helps to take breaks while using the computer
Stars: ✭ 27 (+42.11%)
Mutual labels:  menubar
Diurna
Basic/Classic Hacker News app, used as a Cocoa & Swift learning platform
Stars: ✭ 100 (+426.32%)
Mutual labels:  cocoa
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+1068.42%)
Mutual labels:  cocoa
custer
macOS streaming radio in your menu bar
Stars: ✭ 17 (-10.53%)
Mutual labels:  menubar
LSPKit
Language Server Protocol (LSP) implementation for Cocoa ☕️
Stars: ✭ 33 (+73.68%)
Mutual labels:  cocoa
KubeContext
Mac MenuBar App for Switching your K8s Context
Stars: ✭ 15 (-21.05%)
Mutual labels:  menubar
Desaturate
OS X menu bar app for toggling the grayscale display.
Stars: ✭ 50 (+163.16%)
Mutual labels:  menubar
PHP-Quick-Menu
This is a PHP Multilevel Menu class. From nested Json|Array to Html menu (ul)
Stars: ✭ 25 (+31.58%)
Mutual labels:  menubar
bearclaw
Menubar app to quickly create new notes in Bear
Stars: ✭ 60 (+215.79%)
Mutual labels:  menubar
macOSAppsOpenSource
No description or website provided.
Stars: ✭ 33 (+73.68%)
Mutual labels:  menubar
cocoa-documentation
接触確認アプリ COCOA の非公式ドキュメント
Stars: ✭ 51 (+168.42%)
Mutual labels:  cocoa
casita
A macOS menubar app to control media playing on your Google Cast enabled devices. 🏡
Stars: ✭ 22 (+15.79%)
Mutual labels:  menubar
beoplay-macos-remote-gui
Remote control B&O Beoplay loudspeakers from macOS (PoC)
Stars: ✭ 14 (-26.32%)
Mutual labels:  menubar
Qocoa
☕️ Qt wrappers for macOS Cocoa widgets.
Stars: ✭ 46 (+142.11%)
Mutual labels:  cocoa
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (+184.21%)
Mutual labels:  menubar
DSFFloatLabelledTextControl
A macOS Cocoa single-line NSTextField/NSSecureTextField that implements the Float Label Pattern.
Stars: ✭ 21 (+10.53%)
Mutual labels:  cocoa

icon GithubNotify

It sits in your menubar and changes color when you have unread github notifications.

Quick install

Grab the latest release, unzip, and run GithubNotify.

Building from source

Requires Carthage.

Register a new GitHub OAuth application with permissions to read notifications. Fields can be filled out however you'd like, but make sure the callback URL is set to github-notify://oauth

git clone [email protected]:erik/github-notify.git && cd github-notify/

carthage update

# Remember to fill these in from the OAuth application you set up before.
echo "GITHUB_OAUTH_ID=[your_github_oauth_client_id]" > .secrets
echo "GITHUB_OAUTH_SECRET=[your_github_oauth_secret]" >> .secrets

# If you want to build from the command line:
xcodebuild
open build/Release/GithubNotify.app

# Or if you want to open xcode and build there:
open GithubNotify.xcodeproj
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].