Runrun.it Command Line Tool

Description

This is a very simple tool to make the process of list and hit play on your tasks easier.

Installation

Install as a RubyGem:

$ gem install rrline

And install dependencies:

$ bundle

Usage

Basics

To use rr, first, store your API keys: (you can find them on you Profile page)

rr -k <app-key>,<user-token>

To list your fist 10 tasks:

rr -l

To hit play on your first task just:

rr -p

To start working in another task:

rr -p <task-id>

If rr command is not available across the folders, you can add the executable to the shell’s lookup path:

export PATH=/Users/<your user>/<folder where downloaded code is>/rr/bin:$PATH