Skip to main content

Module export

Module export 

Source
Expand description

linkmarks export — export bookmarks to a sink format.

Default source order:

  1. --source=store: read from the local SQLite store (default).
  2. --source=chrome: parse a Chromium JSON file.

Sink formats: netscape (HTML) and json (NDJSON, one Bookmark per line). --output=- writes to stdout; any other value is treated as a file path.

Structs§

ExportArgs

Functions§

run