ddmitov / bookmark-extractor

Selective Chromium bookmarks extractor and formatter :bookmark:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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  

Credits

License

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

About

Selective Chromium bookmarks extractor and formatter :bookmark:

License:GNU General Public License v3.0


Languages

Language:Java 100.0%