-
-
08 Jul 2021 12:57:49 UTC
- Distribution: App-rsynccolor
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (147 / 0 / 2)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (78.43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- ENVIRONMENT
- HOMEPAGE
- SOURCE
- BUGS
- SEE ALSO
- AUTHOR
- COPYRIGHT AND LICENSE
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.
Module Install Instructions
To install App::rsynccolor, copy and paste the appropriate command in to your terminal.
cpanm App::rsynccolor
perl -MCPAN -e shell install App::rsynccolor
For more information on module installation, please visit the detailed CPAN module installation guide.