Metadata-Version: 2.1
Name: bobolink
Version: 0.2.0
Summary: bobolink stores bookmarks and helps you search for them later
Home-page: https://github.com/jtanza/bobolink-cli
License: MIT
Author: jtanza
Author-email: tanzajohn@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: termcolor (>=1.1.0,<2.0.0)
Project-URL: Repository, https://github.com/jtanza/bobolink-cli
Description-Content-Type: text/markdown

# bobolink-cli

bobolink helps user's store bookmarks and easily search for them later. In a nutshell, bobolink provides full text search on the HTML documents associated with user's bookmarks.

For more information on bobolink in general, users should refer to the documentation hosted on the [website.](https://bobolink.me)

`bobolink-cli` is the command line interface to the public instance 
of the bobolink [backend.](https://github.com/jtanza/bobolink/). User's wishing to use bobolink just need to install the cli and signup. 

### Installation

```
$ python -m pip install bobolink
```

### Getting Started

For user's without a bobolink account, the fastest way to get going is to run
`bobolink signup` after installation. This, followed by `bobolink configure` is all that is needed in order to start saving and searching your bookmarks.

The cli is heavily documented and can be accessed directly via 
`bobolink [COMMAND] --help`. Also as mentioned previously, additional documentation can be found directly on the bobolink [website.](https://bobolink.me)

### Examples

Please refer to the terminal session below for a quick exploration of what's possible with bobolink.

[![asciicast](https://asciinema.org/a/o1PdgoFQZrn9rn1kk3sdqRJjM.svg)](https://asciinema.org/a/o1PdgoFQZrn9rn1kk3sdqRJjM)

