Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Nov 11, 2015
1 parent bcfa339 commit 0e448c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e448c6

Please sign in to comment.