Acme-CPANModules-CLI-Wrapper-UnixCommand
view release on metacpan or search on metacpan
":PerlExecFiles"
],
"skips" : [],
"switch" : []
}
},
"name" : "@Author::PERLANCAR/Test::Compile",
"version" : "2.058"
},
{
"class" : "Dist::Zilla::Plugin::Test::Perl::Critic::Subset",
"config" : {
"Dist::Zilla::Plugin::Test::Perl::Critic::Subset" : {
"finder" : [
":ExecFiles",
":InstallModules",
":TestFiles"
]
}
},
"name" : "@Author::PERLANCAR/Test::Perl::Critic::Subset",
"version" : "3.001.006"
},
{
"class" : "Dist::Zilla::Plugin::Test::Rinci",
"name" : "@Author::PERLANCAR/Test::Rinci",
"version" : "0.040"
},
{
"class" : "Dist::Zilla::Plugin::StaticInstall",
"config" : {
- ':InstallModules'
needs_display: 0
phase: test
script_finder:
- ':PerlExecFiles'
skips: []
switch: []
name: '@Author::PERLANCAR/Test::Compile'
version: '2.058'
-
class: Dist::Zilla::Plugin::Test::Perl::Critic::Subset
config:
Dist::Zilla::Plugin::Test::Perl::Critic::Subset:
finder:
- ':ExecFiles'
- ':InstallModules'
- ':TestFiles'
name: '@Author::PERLANCAR/Test::Perl::Critic::Subset'
version: 3.001.006
-
class: Dist::Zilla::Plugin::Test::Rinci
name: '@Author::PERLANCAR/Test::Rinci'
version: '0.040'
-
class: Dist::Zilla::Plugin::StaticInstall
config:
Dist::Zilla::Plugin::StaticInstall:
dry_run: 0
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
Script: diff-xls-text
* App::sdif - Provides sdif (diff side-by-side with nice color theme),
cdif (highlight words with nice color scheme), and watchdiff (watch
command and diff output)
Author: UTASHIRO <https://metacpan.org/author/UTASHIRO>
Scripts: sdif, cdif, watchdiff
* App::gitwrap - Wraps git to do additional stuff, e.g. set user+email
automatically
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
Script: gitwrap
* App::GrepUtils - Print lines that match terms (each term need not be
in particular order, support negative search)
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
},
{
summary => 'Provides sdif (diff side-by-side with nice color theme), cdif (highlight words with nice color scheme), and watchdiff (watch command and diff output)',
module => 'App::sdif',
script => ['sdif', 'cdif', 'watchdiff'],
'x.command' => ['diff', 'watch'],
},
# git
{
summary => 'Wraps git to do additional stuff, e.g. set user+email automatically',
module => 'App::gitwrap',
script => 'gitwrap',
'x.command' => 'git',
},
# grep
{
summary => 'Print lines that match terms (each term need not be in particular order, support negative search)',
module => 'App::GrepUtils',
script => ['grep-terms'],
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
lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm view on Meta::CPAN
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
Script: L<diff-xls-text>
=item * L<App::sdif> - Provides sdif (diff side-by-side with nice color theme), cdif (highlight words with nice color scheme), and watchdiff (watch command and diff output)
Author: L<UTASHIRO|https://metacpan.org/author/UTASHIRO>
Scripts: L<sdif>, L<cdif>, L<watchdiff>
=item * L<App::gitwrap> - Wraps git to do additional stuff, e.g. set user+email automatically
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
Script: L<gitwrap>
=item * L<App::GrepUtils> - Print lines that match terms (each term need not be in particular order, support negative search)
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
Script: L<grep-terms>
t/author-critic.t view on Meta::CPAN
unless ($ENV{AUTHOR_TESTING}) {
print qq{1..0 # SKIP these tests are for testing by the author\n};
exit
}
}
use strict;
use warnings;
# this test was generated with Dist::Zilla::Plugin::Test::Perl::Critic::Subset 3.001.006
use Test::Perl::Critic (-profile => "") x!! -e "";
my $filenames = ['lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm'];
unless ($filenames && @$filenames) {
$filenames = -d "blib" ? ["blib"] : ["lib"];
}
all_critic_ok(@$filenames);
( run in 1.577 second using v1.01-cache-2.11-cpan-49f99fa48dc )