Sha256: 6a7cc0727d9e0b1c2b9dd7e7ebbce0cb84b57fe3a4e1d4a93080cafe1346c513

Contents?: true

Size: 1.98 KB

Versions: 3

Compression:

Stored size: 1.98 KB

Contents

= Delicious.com Command-line Interface

http://chris.ill-logic.com/images/delicious-cli.png

== Concept

This program lets you locally mirror your delicious links, and quickly search them (with pretty colour-coded results).

Usage:

    delicious <search query>
         or
    dels <search query> (if you're into the whole brevity thing)


== Installation

    gem install delicious-cli


== Configuration

Just run "delicious" with no options and it will prompt you for your login and password and save the settings to ~/.delicious.  


== Commandline options:

Usage: delicious [options] <search query>

Specific options:
    -s, --sync                       Synchronize links
    -r, --redownload                 Erase database and redownload all links
    -c, --config                     Configure login info (set delicious username/password)
    -t, --test-auth                  Test that authentication info works
    -d, --debug                      Debug info

Common options:
    -v, --version                    Version information
    -h, --help                       Show this message

    
== Common Tasks


=== Change your login information:

    epi@fizz$ delicious -c
    
    Delicious login info
    ---------------------------
    
    Username: mydeliciouslogin
    Password: mypassword
    
    User: "mydeliciouslogin" | Pass: "mypassword"
    Is this correct? [y/N] y
    
    * Checking that login/password works...
      |_ Login successful! Saving config...


=== Download new links (since last update):

    epi@fizz$ delicious -s
    
    * Synchronizing database...
      |_ Retrieving new links... (5 links found)
      |_ Processing links...done!
      |_ Saving database...done!

      
=== Clear the database and redownload all links:

    epi@fizz$ delicious -r

    * Redownloading database...
      |_ Retrieving all links... (3483 links found)
      |_ Processing links...done!
      |_ Saving database...done!


== Copyright

Copyright (c) 2009 Chris Gahan. See LICENSE for more details.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
delicious-cli-0.5.4 README.rdoc
delicious-cli-0.5.3 README.rdoc
delicious-cli-0.5.2 README.rdoc