onetab-export-to-json

command module
v0.0.0-...-f4724db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2024 License: MIT Imports: 10 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL