1.0.6 • Published 3 years ago

export-edge-collections v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

MicrosoftEdge Collections export as bookmarks

This script will export your Edge collections as a bookmark file that can be imported by other browsers.

edge png (2)

firefox3

Requirement

Node.js & npm

How to Use

Install the script & Run npx export-edge-collections

user@user ~> npx export-edge-collections
Need to install the following packages:
  export-edge-collections
Ok to proceed? (y) 
### Please enter the path for the edge collections file
### Example in Windows: C:\Users\{UserName}\AppData\Local\Microsoft\Edge\User Data\Default\Collections\collectionsSQLite
### Example in Mac: /Users/{UserName}/Library/Application Support/Microsoft Edge/Default/Collections/collectionsSQLite
### Example in Linux: /home/{userName}/.config/microsoft-edge-dev/Default/Collections/collectionsSQLite

>>

Enter the absolute path of the collectionsSQLite on your PC.
Example: >> /home/user/.config/microsoft-edge-dev/Default/Collections/collectionsSQLite

user@user ~> npx export-edge-collections
Need to install the following packages:
  export-edge-collections
Ok to proceed? (y) 
### Please enter the path for the edge collections file
### Example in Windows: C:\Users\{UserName}\AppData\Local\Microsoft\Edge\User Data\Default\Collections\collectionsSQLite
### Example in Mac: /Users/{UserName}/Library/Application Support/Microsoft Edge/Default/Collections/collectionsSQLite
### Example in Linux: /home/{userName}/.config/microsoft-edge-dev/Default/Collections/collectionsSQLite

>> /home/user/.config/microsoft-edge-dev/Default/Collections/collectionsSQLite
[SUCCESS] Export Success!! 
[SUCCESS] Let's import EdgeCollectionBookmarks.html into your favarite browser!! 

If the path you entered is correct, the bookmark file will be generated in the current directory.

user@user ~> ls
EdgeCollectionBookmarks.html

You can import this in your favorite browser.

Chrome

chrome1

chrome2

chrome3

chrome4

FireFox

firefox1

firefox2

firefox3

Versions

node v16.3.0
npm 7.16.0
├── netscape-bookmarks@0.1.1
└── sqlite-async@1.1.1

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago