A simple command-line tool for managing bookmarks.
- Add, edit, and delete bookmarks
- Search and filter bookmarks
- Export bookmarks to a file
pip install .bookmark-manager add --url 'https://example.com' --title 'Example'bookmark-manager edit --id 1 --title 'New Title'bookmark-manager delete --id 1bookmark-manager search --query 'example'bookmark-manager export --file bookmarks.json