Skip to content

Commit 6454daa

Browse files
authored
Update README.rst
1 parent 2d00138 commit 6454daa

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ Readit is command line bookmark manager. It is a command line utility to add, de
2121
Features
2222
********
2323
* Bookmark multiple URLs at a time
24-
* Bookmark url with respective Tags at the same time
24+
* Bookmark URL with respective Tags at the same time [NEW]
2525
* Search and display Bookmarks by TAG and URL's substring
2626
* Display all Bookmarks in table format
27-
* Remove a Bookmarked URL
28-
* Remove all Bookmarked URLs
27+
* Remove single or all Bookmarked URL
2928
* Update a Bookmarked URL with a specific ID
3029
* URL validation
31-
* Open URL in the browser
32-
* Choose specific folder and Export bookmarks into the CSV file
30+
* Open multiple URLs in the browser
31+
* Choose specific folder and Export bookmarks into the CSV file [NEW]
3332
* Show all Tags available in the database
3433
* Bookmark URLs either online or offline
3534

@@ -168,7 +167,7 @@ How to install source code for development
168167

169168
.. code-block:: bash
170169
171-
$ git clone https://github.com/projectreadit/readit.git
170+
$ git clone https://github.com/pythonpune/readit.git
172171
173172
* We recommend to create and activate a virtualenv first:
174173

@@ -195,16 +194,16 @@ How to install source code for development
195194
(env) $ python setup.py build
196195
197196
************************************************************************
198-
`Licence <https://github.com/projectreadit/readit/blob/master/LICENSE>`_
197+
`Licence <https://github.com/pythonpune/readit/blob/master/LICENSEE>`_
199198
************************************************************************
200-
Readit - Command line tool is licensed under `GNU General Public License v3.0. <https://github.com/projectreadit/readit/blob/master/LICENSE>`_
199+
Readit - Command line tool is licensed under `GNU General Public License v3.0. <https://github.com/pythonpune/readit/blob/master/LICENSE>`_
201200

202201
.. |Python| image:: https://img.shields.io/badge/python-3.6-blue.svg
203202

204203
.. |Licence| image:: https://img.shields.io/badge/license-GPLv3-yellow.svg?maxAge=2592000
205-
:target: https://github.com/projectreadit/readit/blob/master/LICENSE
204+
:target: https://github.com/pythonpune/readit/blob/master/LICENSE
206205

207-
.. |Build Status| image:: https://travis-ci.org/projectreadit/readit.svg?branch=master
206+
.. |Build Status| image:: https://travis-ci.org/pythonpune/readit.svg?branch=master
208207
:target: https://travis-ci.org/projectreadit/readit
209208

210209
.. |docs passing| image:: https://readthedocs.org/projects/readit/badge/?version=latest

0 commit comments

Comments
 (0)