Skip to content

A node based command line tool for managing your Del.iciou.us bookmarks

License

Notifications You must be signed in to change notification settings

obihann/delmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status NPM Package #Delmarks A node based command line tool for managing your delicious bookmarks.

##Installation

You can install us through npm

npm install delmarks -g

##Usage

Connect your account:

delmarks connect USERNAME PASSWORD

List bookmarks:

delmarks ls

Add bookmark:

delmarks add http://github.com/

Remove bookmark:

delmarks remove http://github.com/

Help:

delmarks -h

##ToDo

  • Add export to HTML/JSON/XML feature
  • Add taggiing
  • Auto generate tags similar to delicious.com functionality
  • Add update description / note
  • Investigate securing conncetion with Delicious as currently very unsecure
  • Investigate securing the user config file that contains the username and password (JSON is great but unsecure for plain text passwords)
  • Restructure code
  • Look into cool social features like shareing link to twitter or facebook
  • Some other stuff...

##Credits

##License GNU General Public License v2.

Copyright Jeffrey Hann 2013

About

A node based command line tool for managing your Del.iciou.us bookmarks

Resources

License

Stars

Watchers

Forks

Packages

No packages published