Readit - Command Line Bookmark Manager Tool
Project description
Readit - Command Line Tool
Introduction
Readit is command line bookmark manager. It is a command line utility to add, delete, update and display the bookmarks. It is a powerful bookmark manager written in Python. It uses SQLite3 database to store the bookmarks.
Features
Bookmark multiple URLs at a time
Bookmark URL with respective Tags
Search and display Bookmarks by TAG and URL’s substring
Display all Bookmarks in table format
Remove a Bookmarked URL
Remove all Bookmarked URLs
Update a Bookmarked URL with a specific ID
URL validation
Open URL in the browser
Export bookmarks into the CSV file
Show all Tags available in the database
Bookmark URLs either online or offline
Dependencies
Features |
Dependancy |
---|---|
Scripting Language |
Python 3.0+ |
HTTP(S) |
requests |
Command-Line Option and argument parsing |
click |
Database Used |
SQLite3 |
Display Bookmarks in Table |
beautifultable |
Installation
readit is available on PyPI and can be installed with pip3:
pip3 install --user readit
Command line options
Usage: readit [OPTIONS] [INSERT]...
Readit - Command-line bookmark manager tool.
Options:
-a, --add TEXT... Add URLs with space-separated
-t, --tag TEXT... Add Tag with space-separated URL
-d, --delete TEXT Remove a URL of particular ID
-c, --clear TEXT... Clear bookmarks
-u, --update TEXT... Update a URL for specific ID
-s, --search TEXT Search all bookmarks by Tag and URL's substring
-v, --view TEXT... Show bookmarks
-o, --openurl TEXT Open URL in Browser using id, tag or URL's substring
-V, --version Check latest version
-e, --export TEXT... Export URLs in csv file
-tl, --taglist TEXT... Show all Tags
--help Show this message and exit.
Examples
Bookmark multiple URLs:
$ readit url1 url2 ...
or
$ readit --add url1 url2 ...
or
$ readit -a url1 url2 ...
View all available bookmarks:
$ readit -v
or
$ readit --view
Update a bookmark using its ID:
$ readit -u url_id url
or
$ readit --update url_id url
Delete a bookmarked URL using its ID:
$ readit -d url_id
or
$ readit --delete url_id
Clear all the bookmarks:
$ readit -c
or
$ readit --clear
Bookmark URL along with TAG:
$ readit -t tag_name url
or
$ readit --tag tag_name url
Search and Display all bookmarks using the TAG or URL’s substring:
$ readit -s tag_name
or
$ readit --search tag_name
or
$ readit -s url_substring
Open URL in the Browser using specific ID, TAG or URL’s substring:
$ readit -o urlid
or
$ readit --openurl urlid
or
$ readit -o url_substring
or
$ readit -o tag
Export bookmarks into the CSV file:
$ readit --export
or
$ readit -e
Show all Tags available in the database
$ readit -tl
or
$ readit --taglist
How to install source code for development
Clone project from github:
$ git clone https://github.com/projectreadit/readit.git
We recommend to create and activate a virtualenv first:
$ cd readit/
$ python3 -m venv env
$ source env/bin/activate
(env) $
To install using setup.py file:
(env) $ python setup.py install
To make a build of the project:
(env) $ python setup.py build
Licence
Readit - Command line tool is licensed under GNU General Public License v3.0.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file readit-0.0.0.tar.gz
.
File metadata
- Download URL: readit-0.0.0.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 568e822735e6afde717a4da218348692a0297ef80a75780fae8fbc1c11b97496 |
|
MD5 | 5af75157fb8fe6442d62d3c68b365880 |
|
BLAKE2b-256 | ed6ee0f3334c8dd8f5458dcd051fb95f254a5487ac35e3d826a88a3214e46a21 |
File details
Details for the file readit-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: readit-0.0.0-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d0e9e9ec5cd1df7f7feadb755d478ebfcdbd194f07aa54e09fd8b4b4a6b00a7 |
|
MD5 | 31928558c17d3f9b6791280ac4acec44 |
|
BLAKE2b-256 | ca8754a0545cd0ecd5157bf966e97e77ff45e932f6ad273b6c68e335761b1cc2 |