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.
bobolink-cli
is the command line interface to the public instance
of the bobolink backend.. User's wishing to use bobolink just need to install the cli and signup.
$ python -m pip install bobolink
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.
Please refer to the terminal session below for a quick exploration of what's possible with bobolink.