Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jtanza/bobolink-cli

Bobolink - dump links, search them later.
https://github.com/jtanza/bobolink-cli

bookmark-manager cli python

Last synced: about 1 month ago
JSON representation

Bobolink - dump links, search them later.

Awesome Lists containing this project

README

        

# 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)