Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Manager

A simple command-line tool for managing bookmarks.

Features

  • Add, edit, and delete bookmarks
  • Search and filter bookmarks
  • Export bookmarks to a file

Installation

pip install .

Usage

Adding a Bookmark

bookmark-manager add --url 'https://example.com' --title 'Example'

Editing a Bookmark

bookmark-manager edit --id 1 --title 'New Title'

Deleting a Bookmark

bookmark-manager delete --id 1

Searching Bookmarks

bookmark-manager search --query 'example'

Exporting Bookmarks

bookmark-manager export --file bookmarks.json

About

A simple command-line tool for managing bookmarks

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages