Skip to content

inbalboa/wunderbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wunderbar

A BitBar plugin that displays your Wunderlist tasks right in the Mac menu bar.

Also supports GNOME Shell & Argos!

Instructions

Installation

macOS / BitBar

  1. Install the latest version of BitBar. I recommend to use Homebrew: run brew cask install bitbar in the terminal window.
  2. Install Python and dependencies: brew install python && pip3 install --user -U wunderpy2 keyring.
  3. Install wunderbar.10m.py to the BitBar plugins folder:
cd "$(defaults read com.matryer.BitBar pluginsDirectory)" && curl -LO https://github.com/inbalboa/wunderbar/releases/latest/download/wunderbar.10m.py && chmod +x wunderbar.10m.py

GNOME Shell / Argos

  1. Install Argos from the extension page.
  2. Install dependencies. For Ubuntu: sudo apt install pip3 zenity && pip3 install --user -U wunderpy2 keyring.
  3. Install wunderbar.10m.py to the Argos plugins folder:
cd ~/.config/argos && curl -LO https://github.com/inbalboa/wunderbar/releases/latest/download/wunderbar.10m.py && chmod +x wunderbar.10m.py

Setting up

  1. Create new app to get client id and create access token on this Wunderbar's developer page.
  2. Start BitBar/Argos, or if already running, click the BitBar menu and choose Preferences -> Refresh all (Argos will find the script itself).
  3. Input your client id and access token when Wunderbar asks.

About

Wunderlist tasks in the Mac menu bar with BitBar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages