Lon
A CLI bookmark manager.
Description
Lon is a simple bookmark manager for storing and searching/tagging things online.
All data is stored in a single ~/.lon file.
You can use the following commands (example: lon.py list
):
init
- Initialize your bookmarkslist
- View a list of all your bookmarkstags
- View a list of all your tagssearch <term>
- Search for bookmarks containing the provided termtagged <tag>
- Search for bookmarks tagged with the provided tagadd <url> "<title>" <tag1>,<tag2>
- Add a bookmark with the provided details
Future plans
Here are some features I'd like to add in the future:
- Add generator to output a site for viewing bookmarks
- Add ability to edit a bookmark
- Add ability to delete a bookmark
- Add check to prevent duplicate bookmarks
Release notes
v1.0.1
Added ability to get a list of tagsv1.0.0
Initial release with base functionality