# MarkIt Cmdline bookmark management utility written using Python3 and SQLite3. Currently under development with implemented options working. The SQLite3 database file is stored in `$HOME/.cache/bookmarks.db` for each user. It's advisable to copy URLs directly from the browser address bar, i.e., along with the leading `http://` or `https://` token. `markit` looks up title data (found within
$ git clone https://github.com/jarun/markit/ $ cd markit $ sudo make installTo remove, run:
$ sudo make uninstall2. If you do not have git installed: Download the development version source code. Extract, cd into the directory and run:
$ sudo make installIf you do not want to install, `markit` is standalone:
$ chmod +x markit $ ./markit ...# Usage
Usage: markit [OPTIONS] KEYWORDS... Bookmark manager. Your private Google. Options -a URL tag 1, tag 2, ... add a bookmark with comma separated tags -d N delete entry at index N -D delete ALL bookmarks -i N add entry at index N, works with -a, use to fill deleted index -o fetch title info from web, works with -a or -u -p show all bookmarks along with real index from database -s keyword(s) search all bookmarks for a (partial) tag or keywords -u N update entry at index N (from output of -p) -z show debug information you can either add or update or delete in one instance any other option shows help and exits markit Keys 1-N open Nth search result in browser. Enter exits markit.# Examples To be added soon! Goals - - Parse full page data??? Not sure, might end up writing a search engine like Google. ;) - Optional password protection #License GPL v3 Copyright (C) 2015 by Arun Prakash Jana <engineerarun@gmail.com> # Developer(s) Arun PraKash Jana <engineerarun@gmail.com>