Skip to main content
Module

x/rsync_parser/mod.ts

Parses the output of rsync when called with the `--itemize-changes` option. This allows you to programmatically identify files that got created, updated and deleted. Output can be in the form of strings and streams.
Latest
import * as rsyncParser from "https://deno.land/x/rsync_parser@v2.2.1/mod.ts";

Classes

Parses output from rsync command ran with the --itemize-changes option.