Versions in this module Expand all Collapse all v0 v0.9.0 Apr 12, 2026 Changes in this version + type AlignedRow struct + Cells []LineCell + Changed bool + type Comparison struct + Documents []Document + Rows []AlignedRow + func AlignDocuments(documents []Document) Comparison + type Document struct + Error string + Lines []string + Target Target + func FetchDocuments(config conf.Config, targets []Target, controlMasterOverride *bool) ([]Document, error) + type LineCell struct + LineNo int + Present bool + Text string + type Target struct + Host string + RemotePath string + Title string + func ParseTargetSpec(value string) (Target, error) + func ResolveTargets(config conf.Config, args []string) ([]Target, error) + type Viewer struct + func NewViewer(comparison Comparison) *Viewer + func (v *Viewer) Run() error