Acme-CPANModules-UnixCommandWrappers

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        deletion.

        Script: rsynccolor

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

        Script: rsync-new2old

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

        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
    categorize modules and document CPAN. See Acme::CPANModules for more
    details.

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

Script: L<rsynccolor>

=item L<App::rsync::new2old>

Wraps rsync to check that source is newer than target.

Script: L<rsync-new2old>

=item L<App::sshwrap::hostcolor>

Wraps ssh to remember the background terminal color of each user+host you went to.

Script: L<sshwrap-hostcolor>

=back

=head1 FAQ

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

An Acme::CPANModules::* module, like this module, contains just a list of module



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