dootle.bookmarks.pony_fns

A Direct Firefox sqlite databse -> bookmarks file merger uses pony Database is found at ~/Library/ApplicationSupport/Firefox/Profiles/?/places.sqlite tables of interest: moz_bookmarks and moz_places

Functions

init_db(→ tuple[pony.orm.Database, *type])

extract(...)

Module Contents

dootle.bookmarks.pony_fns.init_db() tuple[pony.orm.Database, *type]
Return type:

tuple[pony.orm.Database, *type]

dootle.bookmarks.pony_fns.extract(
fpath: pathlib.Path,
debug: bool = False,
) jgdv.files.bookmarks.collection.BookmarkCollection
Parameters:
Return type:

jgdv.files.bookmarks.collection.BookmarkCollection