Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10
azu/github-reader
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Github Client - Viewer forNotifications andNews Feed
Built withnode-webkit.
- Viewer for mixedNotifications andNews Feed
- Growl Notification(for Mac only, relate issue -Implement desktop notifications)
J,Kscroll shortcutO: open in browserCtrl + RreloadCtrl + f: toggle search bar -gif
Multi-platform support
- Windows
- Mac OS X
- Linux 32,64bit
- CreateNew personal access token
- requirescopes are
notificationsanduser
- requirescopes are
- Open
Configin Github-Reader.app- Input Githubusername
- Input personal access token
- Save & Reload
Filter notifications by using filter script
- Create
UserFilterScript.js - Set
UserFilterScriptfile path in config view.
examples/user-filter-example.js: ignore "coveralls" account.
module.exports=function(item){if(item.user_name==="coveralls"){returnfalse;}returntrue;};
npm install
Run apps with node-webkit.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
MIT
About
[node-webkit] GitHub client app - Viewer for Notifications and News Feed.
Resources
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.



