Skip to content

jianyuan/onetab-export-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

onetab-export-to-json

Export URLs directly from OneTab's LevelDB database to JSON.

Installation

$ go install github.com/jianyuan/onetab-export-to-json@latest

# go will build the program and install the binary to $GOPATH/bin
$ $GOPATH/bin/onetab-export-to-json

Usage

$ onetab-export-to-json
  -i string
        LevelDB database path (shorthand)
  -input string
        LevelDB database path
  -o string
        Output file path ("-" to print to standard output) (default "-")
  -output string
        Output file path ("-" to print to standard output) (default "-")

Typical LevelDB locations:

OS Path
Windows C:\Users\{USER}\AppData\Local\Google\Chrome\User Data\Default\Local Storage\leveldb

Output to standard output:

$ onetab-export-to-json -input {PATH}

Output to file:

$ onetab-export-to-json -input {PATH} -output tabs.json

About

๐Ÿ”– Export URLs directly from OneTab's LevelDB database to JSON

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •  

Languages