Skip to content

txus/springpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!).

About

Command-line client for the Springpad API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages