Update README.md

This commit is contained in:
Arun Prakash Jana 2016-03-18 23:58:33 +05:30
parent 9db52b68f0
commit 18b7372740

View File

@ -204,13 +204,11 @@ The same number of iterations must be used for one lock & unlock instance.
15. Show **debug info**:
$ buku -z ...
16. Show **help**:
16. More **help**:
$ buku
17. Check **manpage**:
$ man buku
18. `buku` doesn't have any **import feature** of its own. To import URLs in bulk, create a script with URLs and tags like the following (check TIP below):
17. `buku` doesn't have any **import feature** of its own. To import URLs in bulk, create a script with URLs and tags like the following (check TIP below):
#!/bin/bash
buku -aw https://wireless.wiki.kernel.org/ networking, device drivers
@ -220,7 +218,7 @@ The same number of iterations must be used for one lock & unlock instance.
buku -aw "http://msdn.microsoft.com/en-us/library/bb470206(v=vs.85).aspx" file systems
buku -aw http://www.ibm.com/developerworks/linux/library/l-linuxboot/index.html boot process
Make the script executable and run to batch add bookmarks.
19. To **update selected URLs** (refresh) along with your tags, first get the unformatted selective output with URL and tags:
18. To **update selected URLs** (refresh) along with your tags, first get the unformatted selective output with URL and tags:
$ buku -P -x 2 | tee myurls
Remove the lines you don't need. Add `buku -wu ` in front of all the other lines (check TIP below). Should look like: