From b95920a99820b45220479a63e93cc535055eb4eb Mon Sep 17 00:00:00 2001 From: Guilherme Danno Date: Mon, 7 Dec 2015 16:21:05 -0200 Subject: [PATCH] fix typos qoutes -> quotes executbale -> executable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1996caa..09395b3 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ ./markit ... # Usage Operational notes: - 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(S) 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. +- 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 `"` quotes. - The same URL cannot be added twice. You can update tags and re-fetch title data. You can also delete it and insert at the same index. - You can either add or update or delete record(s) in one instance. A combination of these operations is not supported in a single run. - Search works in mysterious ways: @@ -144,7 +144,7 @@ markit -aw http://www.tittbit.in/ markit -aw http://www.mikroe.com/chapters/view/65/ electronics markit -aw "http://msdn.microsoft.com/en-us/library/bb470206(v=vs.85).aspx" file systems markit -aw http://www.ibm.com/developerworks/linux/library/l-linuxboot/index.html boot process -Make the script executbale and run to batch add bookmarks. +Make the script executable and run to batch add bookmarks. 17. To update selected URLs (refresh) along with your tags, first get the unformatted selective output with URL and tags:
$ markit -P -x 2 | tee myurls
Remove the lines you don't need. Add `markit -wu ` in front of all the other lines (check TIP below). Should look like: