NAME

remotediff - remote diff over rsync

SYNOPSIS

$ remotediff [OPTION]... FILES

Like 'diff' :
FILES are 'FILE1 FILE2' or 'DIR1 DIR2' or 'DIR FILE...' or 'FILE... DIR'.

Like 'rsync' :
FILES can be [[USER@]HOST:]SRC

But '..' is forbidden in local and remote sources.

All [OPTION] pass through to 'diff'.

DESCRIPTION

`remotediff` uses `rsync` to copy remote files to a tmp directory, before executing `diff` on them locally.

The remote files are cached between program executions.

`colordiff` is used if installed and STDOUT is a TTY.

BUGS

Please report any bugs or feature requests to kaldor@cpan.org, or through the web interface at https://github.com/kal247/App-remotediff/issues.

AUTHOR

jul, kaldor@cpan.org

LICENSE AND COPYRIGHT

This software is Copyright (c) 2022 by jul.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)