Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

delmarks

obihann5GPL v21.2.3

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

readme

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