tabcloud

package
v0.0.0-...-ae58740 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2021 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package tabcloud parses browser windows saved by the TabCloud Chrome extension.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tab

type Tab struct {
	URL     string `json:"url"`
	Title   string `json:"title"`
	Favicon string `json:"favicon"`
	Pinned  bool   `json:"pinned"`
}

Tab is a tab within a window.

type Window

type Window struct {
	Name string `json:"name"`
	Tabs []Tab  `json:"tabs"`
}

Window is a named set of tabs.

func Parse

func Parse(r io.Reader) ([]Window, error)

Parse parses a list of saved windows from the TabCloud Chrome extension.

Jump to

Keyboard shortcuts

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