Browse Source

added new feature 'xml importing system' to README.md

pull/3/head
psy 11 years ago
parent
commit
adb3c13ef1
  1. 7
      README.md

7
README.md

@ -23,8 +23,9 @@ Options:
-h, --help show this help message and exit
-d, --debug debug mode
--xml=EXPORT_XML export traces to xml (ex: --xml foo.xml)
--load=IMPORT_XML import traces to show (ex: --load bar.xml)
--bh=BROWSER_HISTORY set browser's history path
-b BROWSER set browser manually: F = Firefox / C = Chrome / S = Safari / Ch = Chromium
-b BROWSER set browser manually: F = Firefox / C = Chrome / S = Safari / Ch = Chromium
```
#### Examples of usage:
@ -69,6 +70,10 @@ Set browser's history path manually, on Firefox/Unix:
`$ python bc --bh "Library/Safari/History.plist"`
Import 'traces' from xml:
`$ python bc --load "mytravel.xml"
## Installing BC:
BC runs on OSx and Unix systems. It requires the following libraries/dependencies:

Loading…
Cancel
Save