Project

springpad

0.0
No commit activity in last 3 years
No release in over 3 years
Command-line client for Springpad.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

springpad

Command-line client for Springpad. Currently WIP.

Getting an API key

To use this, even to run the tests, you need to be registered at Springpad (it's a free service) and also have an API key.

You can register here and request an API key here. They give them FAST (I got mine the minute after sending the form, no kidding).

After that you have to create a ~/.springpad file in a YAML format with this data:

user: YOUR_USERNAME
password: YOUR_PASSWORD
token: YOUR_CONSUMER_KEY

Usage

$ gem install springpad

Listing notes/tasks:

$ springpad list note
$ springpad list task

Adding a new note or task:

$ springpad add note
$ (edit with your editor)

Help about the commands:

$ springpad --help

Running the tests

Once you have the config file in place, you just have to:

git clone git://github.com/txus/springpad
cd springpad
bundle install
rake

You should see some serious green stuff going on!

Who's this

This was made by Josep M. Bach (Txus) under the MIT license. I'm @txustice on twitter (where you should probably follow me!).