Skip to content

ritbrz/bookmarks-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Bookmarks Parser in Go

A Go parser for Chrome/Edge HTML Bookmarks Files

Input

Chrome/Edge HTML Bookmarks File

Output

Bookmarks struct

Bookmarks

type Bookmarks struct {
	Title    string
	URL      string
	IsDir    bool
	Children []*Bookmarks
}

About

A Go parser for Chrome/Edge HTML Bookmarks Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages