markmv - v1.39.2
    Preparing search index...

    Function waybackCommand

    • CLI command handler for Wayback Machine URL conversion.

      Rewrites external HTTP(S) link destinations to the Wayback Machine any-snapshot form. Destinations already pointing at web.archive.org are preserved, and non-web links (mailto, ftp, internal, anchors) are left untouched. Makes no network calls: this is a pure text transformation over the parsed markdown links.

      Parameters

      • patterns: string[]

        File patterns to process (supports globs)

      • options: WaybackOptions = {}

        Command options controlling dry-run, verbosity, JSON output, and recursion

      Returns Promise<WaybackResult>

      Promise resolving to the aggregate conversion result

      bash markmv wayback docs/*.md --dry-run --verbose;