output

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package output writes extracted browser data to files.

Usage:

w, _ := output.NewWriter(dir, "csv")
w.Add(browserName, profileName, data)
w.Write()

Supported formats: csv, json, cookie-editor.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Writer

type Writer struct {
	// contains filtered or unexported fields
}

Writer collects browser data and writes it to files. It is the only exported type in this package.

func NewWriter

func NewWriter(dir, format string) (*Writer, error)

NewWriter creates a Writer that writes to dir in the given format.

func (*Writer) Add

func (o *Writer) Add(browser, profile string, data *types.BrowserData)

Add accumulates one browser profile's data for later writing.

func (*Writer) Write

func (o *Writer) Write() error

Write aggregates all accumulated data by category and writes each non-empty category to its own file (e.g. password.csv, cookie.json).

Jump to

Keyboard shortcuts

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