Acme-CPANModules-UnixCommandWrappers

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

     alias ssh=sshwrap-hostcolor

    But they perform additional stuffs.

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

    Keywords: CLI, wrapper, Unix utilities

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

        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.

        Scripts: diffwc, diffwc-filter-u

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

        Script: diff-doc-text

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

        Script: diff-pdf-text

    App::DiffXlsText

lib/Acme/CPANModules/UnixCommandWrappers.pm  view on Meta::CPAN

But they perform additional stuffs.

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

Keywords: CLI, wrapper, Unix utilities

MARKDOWN
    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/UnixCommandWrappers.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/UnixCommandWrappers.pm  view on Meta::CPAN

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

Keywords: CLI, wrapper, Unix utilities

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<App::ImageMagickUtils>

Simple wrappers for ImageMagick's convert to process multiple filenames and automatically set output filenames.

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.

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

=item L<App::DiffDocText>

Diffs two office word-processor documents by first converting them to plaintext.

Script: L<diff-doc-text>

=item L<App::DiffPDFText>

Diffs two PDF files by first converting to plaintext.

Script: L<diff-pdf-text>

=item L<App::DiffXlsText>



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