No commit activity in last 3 years
No release in over 3 years
Store yours URL's on Delicious using your terminal console
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 2.11.0

Runtime

>= 0.16.0
 Project Readme

OVERVIEW

Store yours URL's on Delicious using your terminal console

GIT URL: https://github.com/mateusprado/delicious-console/

TECHNICAL

using:

Thor - to create executables and tasks.

CURRENT FEATURES

  • For now:
    • get all bookmarks;
    • and add urls with descriptions;

DEVELOPMENT

Clone the project:

$ git clone git://github.com/mateusprado/delicious-console.git

Setup and install Gems:

$ cd delicious-console
$ # bundle install

TEST

use RSpec for unit test, run:

$ # rspec

HOW_TO

Install

$ gem install delicious-console

Setup. Create file on your home:

$ vim ~/.delicious_config
  username: "your_delicious_user_name"
  password: "your_delicious_password"

Run: To view all options:

$ delicious

Fetch all bookmarks:

$ delicious posts

To add bookmark:

$ delicious add htt://locaweb.com.br Locaweb

Copyright

Copyright © 2012 Mateus Prado.