Skip to content

qmdx00/cl-parse-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-parse-bookmarks

Parse Google Chrome Bookmarks

Useage

  1. Export your Chrome Bookmarks to html file with open chrome:https://bookmarks/.

  2. Install asdf package.

(asdf:load-system :cl-parse-bookmarks)
  1. Read bookmarks html file.
(cl-parse-bookmarks:parse-bookmarks-from-html "bookmarks.html")
  1. Get the bookmarks instance.
(cl-parse-bookmarks:list-bookmark-items)
  1. Save the bookmark items to file.
(cl-parse-bookmarks:save-bookmark-items "bookmarks.db")
  1. Write the bookmarks to csv file.
(cl-parse-bookmarks:write-bookmarks-csv "test.csv")

About

Parse Google Chrome Bookmarks with Common Lisp.

Resources

License

Stars

Watchers

Forks