Acme-CPANModules-CLI-Wrapper-UnixCommand

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


        Script: rsynccolor

    *   App::rsync::new2old - Wraps rsync to check that source is newer than
        target

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

        Script: rsync-new2old

    *   App::sshwrap::hostcolor - Wraps ssh to remember the background
        terminal color of each user+host you went to

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

        Script: sshwrap-hostcolor

FAQ
  What is an Acme::CPANModules::* module?
    An Acme::CPANModules::* module, like this module, contains just a list
    of module names that share a common characteristics. It is a way to

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

        },
        {
            summary => 'Wraps rsync to check that source is newer than target',
            module => 'App::rsync::new2old',
            script => 'rsync-new2old',
            'x.command' => 'rsync',
        },

        # ssh
        {
            summary => 'Wraps ssh to remember the background terminal color of each user+host you went to',
            module => 'App::sshwrap::hostcolor',
            script => 'sshwrap-hostcolor',
            'x.command' => 'ssh',
        },

    ],
};

1;
# ABSTRACT: List of various CLIs that wrap existing Unix commands

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

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

Script: L<rsynccolor>

=item * L<App::rsync::new2old> - Wraps rsync to check that source is newer than target

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

Script: L<rsync-new2old>

=item * L<App::sshwrap::hostcolor> - Wraps ssh to remember the background terminal color of each user+host you went to

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

Script: L<sshwrap-hostcolor>

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?



( run in 0.531 second using v1.01-cache-2.11-cpan-d8267643d1d )