Skip to content

Instantly share code, notes, and snippets.

View Massacre-Saint's full-sized avatar
🎯
Working on Portfolio

Jacob Martin Massacre-Saint

🎯
Working on Portfolio
View GitHub Profile
@fire-eggs
fire-eggs / betterbookmarks.py
Last active February 26, 2024 04:28
Python 3 - takes the Chrome Bookmarks file, and creates a better "Export Bookmarks" HTML page.
# Massages a Chrome bookmarks file into an HTML file.
#
# Features:
# - Folders are ordered alphabetically
# - Bookmarks are ordered alphabetically (by description)
# - Bookmarks are shown first, followed by folders
# - Folders can be expanded or collapsed. Initially collapsed.
# - Folders are indented nicely
# - A button is provided to expand/collapse all folders
#