Skip to content

Extract from `places.sqlite` firefox bookmarks with specific tag to JSON format

License

Notifications You must be signed in to change notification settings

spk/marquetapage

Repository files navigation

marquetapage

Extract from places.sqlite firefox bookmarks with specific tag to JSON format.

Note: supporting now firefox >= 48, due to moz_bookmarks_roots removal

Usage

marquetapage TAG

Output format

[
  {
    "url": "",
    "title": "",
    "content": ""
  }
]

Tests

bundle exec rake

Resources

License

The MIT License

Copyright (c) 2015-2019 Laurent Arnoud laurent@spkdev.net


Build Version Documentation License Code Climate Inline docs

About

Extract from `places.sqlite` firefox bookmarks with specific tag to JSON format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages