Git Product home page Git Product logo

bukmarker's Introduction

Bukmarker

Command line integrated bookmark manager

Build Status

Bukmarker can add, update, delete and search bookmarks quickly from the command line. It also can automatically import bookmarks from Chrome and Firefox browsers. It supports exporting bookmarks to various formats.

Installation

Dependencies

Feature Dependency
Scripting language Python 3.6+
HTTP(S) urllib
Database sqlite3
Import browser exported html beautifulsoup4

To install package dependencies, run pip3.

$ pip install beautifulsoup4

Clone bukmarker from github as usual or download as a zip file.

To run tests, cd to project root first and type:

$ python setup.py test

Usage example

Adding bookmarks is simple, use --add. Optionally title, tags and description can be specified.

$ python bukmarker.py --add www.another-site.com --title another site --desc just some site

Editing an already stored bookmark is done similarly. If title is not specifed, bukmarker will automatically fetch it for you.

$ python bukmarker.py --modify www.another-site.com anotherSite

Search needs an URL only (Note that - is title, > are tags, + is the description) .

$ python bukmarker.py --search https://www.skytorrents.in/
Searching for https://www.skytorrents.in/...
Search results of https://www.skytorrents.in/ are
url https://www.skytorrents.in/
- Sky torrents a Privacy focused torrent search engine
>
+

Searching using tags can also be done. To return bookmarks with ANY of the tags, pass in a tag list starting with , . For bookmarks with ALL of the tags, pass in + respectively.

$ python bukmarker.py --search --tags , django pagerank
url www.google.com
-
> search,pagerank
+
===

url https://scribles.net/deploying-existing-django-app-to-heroku/
- Deploying existing Django App to Heroku
> ,django
+
===

Deleting a bookmark is simple as before.

$ python bukmarker.py --delete www.gone.com/
Deleted www.gone.com successfully

For operations with tags, pass a separate list to --tags. You can run add, modify, delete and append with tags option.

$ python bukmarker.py --append https://scribles.net/deploying-existing-django-app-to-heroku/ --tags django
Bookmark https://scribles.net/deploying-existing-django-app-to-heroku/ successfully updated

Auto-import will prompt for Chrome and Firefox.

$ python bukmarker.py --ai
Import from google chrome bookmarks?(y/n)y
Import from firefox bookmarks?(y/n)n
Import is complete

Currently, you can export bookmarks as a html file.

$ python bukmarker.py --export
302 bookmarks exported successfully

Meta

Devesh Sawant โ€“ @WhoSawDevesh

Blog post about project

Distributed under the GPLv3 license.

Inspired from Buku

bukmarker's People

Contributors

dsaw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.