NAME
rsynccolor - Add some color to rsync output
VERSION
This document describes version 0.007 of rsynccolor (from Perl distribution App-rsynccolor), released on 2021-07-08.
SYNOPSIS
Use as you would use rsync:
% rsynccolor -Pav --del dir1/ dir2/
To alias rsync to rsynccolor, in your shell startup file:
alias rsync=rsynccolor
DESCRIPTION
This is a wrapper for the GNU command-line utility rsync. It adds some color to rsync output, currently:
deleting FILENAME
will be highlighted in red to be more visually striking.
ENVIRONMENT
RSYNCCOLOR_RSYNC_CMD
String. Rsync command to use. Defaults to rsync
. Can be used to chain several wrappers together.
NO_COLOR
Force setting color off. Takes precedence over COLOR
. See https://no-color.org.
COLOR => bool
Force setting color on or off. Default is on when interactive.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-rsynccolor.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-rsynccolor.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-rsynccolor
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021, 2019, 2018 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.