Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[node-webkit] GitHub client app - Viewer for Notifications and News Feed.

NotificationsYou must be signed in to change notification settings

azu/github-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Client - Viewer forNotifications andNews Feed

ScreenShot

Built withnode-webkit.

Features

Installation

Download latest binary

Multi-platform support

  • Windows
  • Mac OS X
  • Linux 32,64bit

Config

token

config

  • OpenConfig in Github-Reader.app
    • Input Githubusername
    • Input personal access token
  • Save & Reload

UserFilterScript

Filter notifications by using filter script

2015-03-21_13-20-50

  1. CreateUserFilterScript.js
  2. SetUserFilterScript file path in config view.

examples/user-filter-example.js: ignore "coveralls" account.

module.exports=function(item){if(item.user_name==="coveralls"){returnfalse;}returntrue;};

Develop

npm install

Run apps with node-webkit.

Contributing

  1. Fork it!
  2. Create your feature branch:git checkout -b my-new-feature
  3. Commit your changes:git commit -am 'Add some feature'
  4. Push to the branch:git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

[node-webkit] GitHub client app - Viewer for Notifications and News Feed.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp