Command-line client for the OMG! bookmark manager
npm install omg-bookmarks!logo
#omg
__omg__ is a command-line utility to manage bookmarks with tag support, using the Parse backend-as-a-service for storage and sync.
__WARNING:__ This is a work in progress, so please don't rely on it yet as I might need to empty the database. If you really would like to use it, my suggestion is to use your own Parse keys in the models.js file so you're in control of your data.
Install via npm:
``bash`
npm install -g omg-bookmarks
Or clone the repo and link it locally:
`bash`
npm link
Bellow are the currently implemented commands
`bashStore a bookmark. This fetches the page title and starts the interactive tagger
$ omg add http://google.com
for the first time in a computer will walk you through theYour username and encripted password are stored in the Parse server, and your session key is stored in
~/.omgconfig`