https://github.com/andreax79/json2html-bookmarks
Convert Firefox bookmarks from JSON to HTML format (can be imported in other browsers)
https://github.com/andreax79/json2html-bookmarks
bookmarks firefox
Last synced: about 1 year ago
JSON representation
Convert Firefox bookmarks from JSON to HTML format (can be imported in other browsers)
- Host: GitHub
- URL: https://github.com/andreax79/json2html-bookmarks
- Owner: andreax79
- Created: 2013-10-13T08:08:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T05:59:03.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T03:11:10.487Z (about 1 year ago)
- Topics: bookmarks, firefox
- Language: Python
- Size: 5.86 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
json2html-bookmarks
===================
Convert Firefox bookmarks from JSON to HTML format (can be imported in other browsers)
Tested with Python 2.4 - 3.3. For Python < 2.6, the module simplejson (https://pypi.python.org/pypi/simplejson/) is required.
Usage
-----
python json2html.py json_bookmark_input [html_bookmark_output]
Convert json_bookmark_input from the JSON bookmarks format to the HTML format.
The output is written on the standard output or optionally on a file.