The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

diffwc-filter-u - diff + /w/ord highlighting + /c/olor (filter)

VERSION

This document describes version 0.002 of diffwc-filter-u (from Perl distribution App-diffwc), released on 2017-08-12.

SYNOPSIS

 % diff ... | diffwc-filter-u
 % git diff ... | diffwc-filter-u

 % diffwc-filter-u --help (or -h, -?)

 % diffwc-filter-u --version (or -v)

To install as git pager:

 % git config --global pager.diff diffwc-filter-u
 % git config --global pager.diff diffwc-filter-u

DESCRIPTION

This utility accepts output of diff (-u or unified format only) and adds word highlighting and colors to it.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-diffwc.

SOURCE

Source repository is at https://github.com/perlancar/perl-App-diffwc.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-diffwc

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

https://github.com/walles/riff, a similar Ruby-based utility from which this utility is inspired by.

diffwc from the same package, in the form of diff wrapper.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 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.