Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/node-iefavorites
Export favorites from internet explorer in the Favorites folder
https://github.com/bahamas10/node-iefavorites
Last synced: about 2 months ago
JSON representation
Export favorites from internet explorer in the Favorites folder
- Host: GitHub
- URL: https://github.com/bahamas10/node-iefavorites
- Owner: bahamas10
- Created: 2013-01-07T09:24:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T20:40:56.000Z (over 11 years ago)
- Last Synced: 2024-10-30T00:29:05.383Z (about 2 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iefavorites - Export IE Favorites
=================================Export favorites from internet explorer in the Favorites folder and
easily import them into Chrome (or any other netscape compatible browser)Installation
------------Install as a command line utility
npm install -g iefavorites
If you are looking just for the core functionality check out:
* [node urlfile](https://github.com/bahamas10/node-urlfile) - Node module written for parsing .url files
* [node netscape bookmarks](https://github.com/bahamas10/node-netscape-bookmarks) - Node module written for creating netscape compatible bookmark HTML filesUsage
-----Pass a folder as the first argument that contains a bunch of .url bookmark
files (the Favorites folder in Windows), and the HTML will be written to
stdout, which can the be redirected to a file.Optionally, pass in a `-j` to print the JSON output as opposed to HTML.
$ iefavorites --help
Usage: iefavorites [-j]-h|--help: print this message and exit
-j|--json: output json instead of netspace bookmark htmlLicense
-------MIT License