Skip to content
/ Sukhasana Public

Mac status item for searching Asana; an experiment with MVVM in ReactiveCocoa 3

License

Notifications You must be signed in to change notification settings

brow/Sukhasana

Repository files navigation

Sukhasana

Mac status item for searching Asana. An experiment with MVVM in ReactiveCocoa 3.

screenshot

Requires OS X Yosemite (10.10).

Installation

Binary

  1. Download Sukhasana.zip from the latest release.
  2. Open Sukhasana.zip.
  3. Move Sukhasana into your Applications folder.

From source

Sukhasana's dependencies are built with Carthage. You can install Carthage using Homebrew.

brew install carthage

Build and install with make.

git clone git@github.com:brow/Sukhasana.git
cd Sukhasana
make install

Be sure to make clean when you update.

git pull
make clean install

Development

brew install carthage
git clone git@github.com:brow/Sukhasana.git
cd Sukhasana
carthage bootstrap --platform Mac
open Sukhasana.xcodeproj

About

Mac status item for searching Asana; an experiment with MVVM in ReactiveCocoa 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published