markmv - v1.39.2
    Preparing search index...

    Interface WaybackFileResult

    Per-file outcome of a Wayback conversion pass.

    interface WaybackFileResult {
        file: string;
        converted: number;
        alreadyArchived: number;
        untouched: number;
        modified: boolean;
        changes: WaybackLinkChange[];
    }
    Index
    file: string

    Absolute path of the processed file

    converted: number

    Number of link destinations rewritten to Wayback Machine URLs

    alreadyArchived: number

    Number of HTTP(S) destinations already pointing at the Wayback Machine

    untouched: number

    Number of links left untouched (internal, anchor, mailto, ftp, and other non-web links)

    modified: boolean

    Whether the file content changed and was written to disk

    Details of each conversion performed in this file