summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2015-11-11 20:03:45 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2015-11-11 20:03:45 +0530
commit0e448c6ed5694c38fd868b99c1d318bcf0969cd8 (patch)
treef25fc5a70421767e88297875a359d495acd2284f
parentbcfa3397618a5768fc7dea491d6c534764e5258c (diff)
Update README.md1.2
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1906c93..98b0400 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ If you find `markit` useful, please consider donating via PayPal.
- UTF-8 request and response, page character set detection
- Works with Python 3.x
- Coloured output for clarity
+- Easily create batch add or update (refresh) scripts
- Unformatted selective output (for creating batch update scripts)
- Manpage for quick reference
- Optional debug information
@@ -140,7 +141,7 @@ 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</pre>
Make the script executbale and run to batch add bookmarks.
-16. To <b>update all URLs</b> along with your tags, first get the unformatted selective output with URL and tags:
+16. To <b>update all URLs</b> (refresh) along with your tags, first get the unformatted selective output with URL and tags:
<pre>$ markit -P -x 2 | tee myurls</pre>
Add `markit -wu ` in front of all the lines (check TIP below). Should look like:
<pre>#!/bin/bash