@@ -25,17 +25,26 @@ Features
2525
2626* List Chrome and Chromium Bookmarks JSON files (``-l `` / ``-L ``)
2727* Print all bookmarks (``--print-all ``)
28- * Reorganize all bookmarks into the Bookmarks Bar
28+ * Reorganize all bookmarks into the Bookmarks Bar (`` --overwrite ``)
2929
3030
31- * Default folders:
31+ Bookmarks Bar Folders
32+ ~~~~~~~~~~~~~~~~~~~~~~~
33+
34+ +------------------+-------------------------------------------------------------+
35+ | Name | Description |
36+ +------------------+-------------------------------------------------------------+
37+ | yearly | date-based folders: ``YYYY `` > ``YYYY-MM `` > ``YYYY-MM-DD `` |
38+ +------------------+-------------------------------------------------------------+
39+ | ``bookmarklets `` | bookmarklets (additions will be merged with a default set) |
40+ +------------------+-------------------------------------------------------------+
41+ | ``chrome `` | select ``chrome:// `` URLs |
42+ +------------------+-------------------------------------------------------------+
43+ | ``quicklinks `` | custom quicklinks (optional; copied as-is) |
44+ +------------------+-------------------------------------------------------------+
45+ | ``queue `` | default folder for new bookmarks |
46+ +------------------+-------------------------------------------------------------+
3247
33- * ``2014 `` -- year, year-month, year-month-day folders
34- * ``bookmarklets `` -- bookmarklets (additions will be merged with a default
35- set)
36- * ``chrome `` -- select ``chrome:// `` URLs
37- * ``quicklinks `` -- custom quicklinks (optional; will not be modified)
38- * ``queue `` -- default folder for new bookmarks
3948
4049Installation
4150--------------
@@ -49,7 +58,7 @@ Development:
4958
5059.. code :: bash
5160
52- pip install -e https ://github.com/westurner/promiumbookmarks#egg=promiumbookmarks
61+ pip install -e git+ssh ://git@ github.com/westurner/promiumbookmarks#egg=promiumbookmarks
5362
5463
5564 Usage
0 commit comments