Skip to content

Commit a582d44

Browse files
committed
Merge branch 'release/0.2.4'
* release/0.2.4: DOC: README.rst: Bookmarks Bar Folders table (Riv.vim) RLS: version=0.2.4, keywords DOC: pip install -e git+, Bookmarks Bar Folders RST Table (Riv.vim)
2 parents 7251ab5 + fa12164 commit a582d44

File tree

3 files changed

+28
-15
lines changed

3 files changed

+28
-15
lines changed

HISTORY.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,25 @@
33
History
44
-------
55

6+
0.2.4 (2014-12-13
7+
------------------
8+
9+
* DOC: README.rst, setup.py: fix pip install editable command, keywords
10+
611
0.2.3 (2014-12-13)
712
-------------------
13+
814
* DOC: README.rst: link to PyPI package
915

1016
0.2.2 (2014-12-13)
1117
-------------------
1218

13-
* BLD: Update MANIFEST.in (``exclude tests/data *.bkp``)
14-
19+
* BLD: MANIFEST.in: ``exclude tests/data *.bkp``
1520

1621
0.2.1 (2014-12-13)
1722
-------------------
1823

19-
* DOC: Update description and trove classifiers
20-
24+
* DOC: README.rst, setup.py: Update description and trove classifiers
2125

2226
0.2.0 (2014-12-13)
2327
---------------------

README.rst

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4049
Installation
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='promiumbookmarks',
22-
version='0.2.3',
22+
version='0.2.4',
2323
description=(
2424
'promiumbookmarks works with Chrome and Chromium bookmarks JSON.'),
2525
long_description=readme + '\n\n' + history,
@@ -35,7 +35,7 @@
3535
install_requires=requirements,
3636
license="BSD",
3737
zip_safe=False,
38-
keywords='promiumbookmarks',
38+
keywords='promiumbookmarks chrome chromium bookmarks',
3939
classifiers=[
4040
"Programming Language :: Python :: 2",
4141
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)