From 7c1195fd43cfb255fcacb3a3204b42b4825e219b Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 9 Nov 2015 22:21:24 +0530 Subject: [PATCH] Add note on occurance of brackets. Signed-off-by: Arun Prakash Jana --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c04c822..bc7d5ca 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Cmdline bookmark management utility written using Python3 and SQLite3. Currently 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 tags of HTML) from the web only for fully-formed HTTP or HTTPS URLs. If the URL contains characters like ';' or '&' they may be interpreted specially by the shell. To avoid it, add the URL within single ''' or double '"' qoutes. +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 tags of HTML) from the web only for fully-formed HTTP or HTTPS URLs. If the URL contains characters like ';', '&' or brackets they may be interpreted specially by the shell. To avoid it, add the URL within single ''' or double '"' qoutes. You can either add or update or delete record(s) in one instance. A combination of these operations are not supported in a single instance. The same URL cannot be added twice. You can update tags and title data or delete it.