Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jtanza/bobolink-cli
- Owner: jtanza
- Created: 2021-02-19T00:12:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T22:59:42.000Z (almost 4 years ago)
- Last Synced: 2024-08-09T09:37:05.068Z (5 months ago)
- Topics: bookmark-manager, cli, python
- Language: Python
- Homepage: https://bobolink.me
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)