Acme-CPANModules-CLI-Wrapper-UnixCommand

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    wrap, e.g.:

     alias ssh=sshwrap-hostcolor

    But they perform additional stuffs.

    If you know of others, please drop me a message.

ACME::CPANMODULES ENTRIES
    *   App::ImageMagickUtils - Simple wrappers for ImageMagick's convert to
        process multiple filenames and automatically set output filenames

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        Scripts: convert-image-to, convert-image-to-pdf

    *   App::CpMvUtils - Wrappers for cp & mv to adjust relative symlinks

        Scripts: cp-and-adjust-symlinks, mv-and-adjust-symlinks

    *   App::diffwc - Wraps (or filters output of) diff to add colors and
        highlight words

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        Scripts: diffwc, diffwc-filter-u

    *   App::DiffDocText - Diffs two office word-processor documents by
        first converting them to plaintext

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        Script: diff-doc-text

    *   App::DiffPDFText - Diffs two PDF files by first converting to
        plaintext

        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm  view on Meta::CPAN

    alias ssh=sshwrap-hostcolor

But they perform additional stuffs.

If you know of others, please drop me a message.

_
    entries => [
        # convert (ImageMagick)
        {
            summary => 'Simple wrappers for ImageMagick\'s convert to process multiple filenames and automatically set output filenames',
            module => 'App::ImageMagickUtils',
            script => ['convert-image-to', 'convert-image-to-pdf'],
            'x.command' => 'convert',
        },

        # cp, mv (ImageMagick)
        {
            summary => 'Wrappers for cp & mv to adjust relative symlinks',
            module => 'App::CpMvUtils',
            script => ['cp-and-adjust-symlinks', 'mv-and-adjust-symlinks'],

lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm  view on Meta::CPAN

        },

        # diff
        {
            summary => 'Wraps (or filters output of) diff to add colors and highlight words',
            module => 'App::diffwc',
            script => ['diffwc', 'diffwc-filter-u'],
            'x.command' => 'diff',
        },
        {
            summary => 'Diffs two office word-processor documents by first converting them to plaintext',
            module => 'App::DiffDocText',
            script => ['diff-doc-text'],
            'x.command' => 'diff',
        },
        {
            summary => 'Diffs two PDF files by first converting to plaintext',
            module => 'App::DiffPDFText',
            script => ['diff-pdf-text'],
            'x.command' => 'diff',
        },

lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm  view on Meta::CPAN

 alias ssh=sshwrap-hostcolor

But they perform additional stuffs.

If you know of others, please drop me a message.

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<App::ImageMagickUtils> - Simple wrappers for ImageMagick's convert to process multiple filenames and automatically set output filenames

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

Scripts: L<convert-image-to>, L<convert-image-to-pdf>

=item * L<App::CpMvUtils> - Wrappers for cp & mv to adjust relative symlinks

Scripts: L<cp-and-adjust-symlinks>, L<mv-and-adjust-symlinks>

=item * L<App::diffwc> - Wraps (or filters output of) diff to add colors and highlight words

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

Scripts: L<diffwc>, L<diffwc-filter-u>

=item * L<App::DiffDocText> - Diffs two office word-processor documents by first converting them to plaintext

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

Script: L<diff-doc-text>

=item * L<App::DiffPDFText> - Diffs two PDF files by first converting to plaintext

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

Script: L<diff-pdf-text>



( run in 0.340 second using v1.01-cache-2.11-cpan-8d75d55dd25 )