Skip to content

feedbin/feedbin-menubar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedbin Notifier

A menu bar application that shows your Feedbin unread count. Currently checks every 2 minutes.

Feedbin Notifier

Installation

To build Feedbin Notifier, you will need RubyMotion >= 2.0. You will also need BubbleWrap >= 1.3.0.

Keychain support is not yet implemented so you'll need to set your Feedbin credentials in environment variables.

For example place the following in ~/.bash_profile:

export FEEDBIN_USER='ben@benubois.com'
export FEEDBIN_PASSWORD='password'

Please note because of this it is unsafe to distribute the compiled binary since it will include your password.

Once all that is sorted out you should be able to run:

$ gem install bubble-wrap --version ">= 1.3.0"
$ rake

To do

  • Keychain integration
  • Tab through preference fields
  • Authorization error handling
  • Application Icon
  • Retina menubar icon
  • Push updates

About

Menubar application that shows your Feedbin unread count.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages