Skip to content

anto31ad/link-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

link-utils

A set of tools to manage links (urls) stored in files.

Conversions

This tool only supports CSV (comma separated) to Firefox's HTML Bookmark format conversion.

Maybe more will be supported in the future.

CSV (comma separated) to Firefox HTML Bookmarks

For now, bookmarks need to be formatted in the following way

<link>, <title>

Example

https://somelink.com, Some Page
https://anotherlink.com, Another Page

Usage

  • 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> (or python, python.exe, python3.exe or others depending on your system configuration)

Importing into Firefox

  1. Open the bookmark library panel (from the menu or by pressing CTRL+SHIFT+O)
  2. click on Import and Backup, then import bookmarks from HTML and select your file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages