A set of tools to manage links (urls) stored in files.
This tool only supports CSV (comma separated) to Firefox's HTML Bookmark format conversion.
Maybe more will be supported in the future.
For now, bookmarks need to be formatted in the following way
<link>, <title>
https://somelink.com, Some Page
https://anotherlink.com, Another Page
- Clone the repo
- install python on your system, if it's not already installed
- run
python3 <path/to>/src/firefox_bookmarks.py <input file path> <output file path>
(orpython
,python.exe
,python3.exe
or others depending on your system configuration)
- Open the bookmark library panel (from the menu or by pressing
CTRL+SHIFT+O
) - click on Import and Backup, then import bookmarks from HTML and select your file.