Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.
/ bookmark-extractor Public archive

Selective Chromium bookmarks extractor and formatter 🔖

License

Notifications You must be signed in to change notification settings

ddmitov/bookmark-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Extractor

License: GPL v3

Bookmark Extractor is my personal selective bookmark extractor and formatter.
Bookmarks of Chromium for Linux are the only supported input source.
Markdown is the only supported output format.

Dependency

Compiling Using Maven

mvn package  

Compiling Using Eclipse

gson-2.6.2.jar has to be manually downloaded in the root directory of the project.
This version of the Google Gson library could be obtained from here.

Usage

Bookmark Extractor version 0.2.6  
Selective bookmark extractor and formatter.  

java -jar bookmark-extractor.jar --root=root_folder  
java -jar bookmark-extractor.jar --root="root folder with spaces"  

Arguments:  
--help                this help  
--root=<node-name>    root node - mandatory argument  
--no-check            do not check URLs  

Bookmark Extractor is licensed under the GNU General Public License Version 3.
Dimitar D. Mitov 2017 - 2020