Acme-CPANModules-CLI-Wrapper-UnixCommand
view release on metacpan or search on metacpan
0.006 2021-07-12 Released-By: PERLANCAR; Urgency: medium
- Add entry: App::DiffPDFText.
0.005 2020-11-08 Released-By: PERLANCAR; Urgency: medium
- Add grep-terms.
- Remove lcpanm (cpanm is not a Unix command).
0.004 2020-10-27 Released-By: PERLANCAR; Urgency: medium
- Add diff-xls-text.
0.003 2020-08-26 Released-By: PERLANCAR; Urgency: medium
- Add App::sdif.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm
t/00-compile.t
t/author-critic.t
t/author-pod-coverage.t
t/author-pod-syntax.t
weaver.ini
{
"abstract" : "List of various CLIs that wrap existing Unix commands",
"author" : [
"perlancar <perlancar@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Acme-CPANModules-CLI-Wrapper-UnixCommand",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::Perl::Critic" : "0",
"App::gitwrap" : "0",
"App::manwrap::pm" : "0",
"App::rsync::new2old" : "0",
"App::rsynccolor" : "0",
"App::sdif" : "0",
"App::sshwrap::hostcolor" : "0"
}
}
},
"provides" : {
"Acme::CPANModules::CLI::Wrapper::UnixCommand" : {
"file" : "lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm",
"version" : "0.008"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-CLI-Wrapper-UnixCommand"
},
"homepage" : "https://metacpan.org/release/Acme-CPANModules-CLI-Wrapper-UnixCommand",
"repository" : {
"type" : "git",
"url" : "git://github.com/perlancar/perl-Acme-CPANModules-CLI-Wrapper-UnixCommand.git",
"web" : "https://github.com/perlancar/perl-Acme-CPANModules-CLI-Wrapper-UnixCommand"
}
},
"version" : "0.008",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.034000"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::Acme::CPANModules",
---
abstract: 'List of various CLIs that wrap existing Unix commands'
author:
- 'perlancar <perlancar@cpan.org>'
build_requires:
File::Spec: '0'
IO::Handle: '0'
IPC::Open3: '0'
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Acme-CPANModules-CLI-Wrapper-UnixCommand
provides:
Acme::CPANModules::CLI::Wrapper::UnixCommand:
file: lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm
version: '0.008'
requires:
strict: '0'
resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-CLI-Wrapper-UnixCommand
homepage: https://metacpan.org/release/Acme-CPANModules-CLI-Wrapper-UnixCommand
repository: git://github.com/perlancar/perl-Acme-CPANModules-CLI-Wrapper-UnixCommand.git
version: '0.008'
x_Dist_Zilla:
perl:
version: '5.034000'
plugins:
-
class: Dist::Zilla::Plugin::Acme::CPANModules
name: Acme::CPANModules
version: '0.004'
-
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "List of various CLIs that wrap existing Unix commands",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-CPANModules-CLI-Wrapper-UnixCommand",
"LICENSE" => "perl",
"NAME" => "Acme::CPANModules::CLI::Wrapper::UnixCommand",
"PREREQ_PM" => {
"strict" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.008",
NAME
Acme::CPANModules::CLI::Wrapper::UnixCommand - List of various CLIs that
wrap existing Unix commands
VERSION
This document describes version 0.008 of
Acme::CPANModules::CLI::Wrapper::UnixCommand (from Perl distribution
Acme-CPANModules-CLI-Wrapper-UnixCommand), released on 2022-03-18.
DESCRIPTION
These CLI's usually are meant to be called as the Unix commands they
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
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.
What are ways to use this Acme::CPANModules module?
Aside from reading this Acme::CPANModules module's POD documentation,
you can install all the listed modules (entries) using cpanm-cpanmodules
script (from App::cpanm::cpanmodules distribution):
% cpanm-cpanmodules -n CLI::Wrapper::UnixCommand
Alternatively you can use the cpanmodules CLI (from App::cpanmodules
distribution):
% cpanmodules ls-entries CLI::Wrapper::UnixCommand | cpanm -n
or Acme::CM::Get:
% perl -MAcme::CM::Get=CLI::Wrapper::UnixCommand -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::CLI::Wrapper::UnixCommand -E'say $_->{module} for @{ $Acme::CPANModules::CLI::Wrapper::UnixCommand::LIST->{entries} }' | cpanm -n
This Acme::CPANModules module also helps lcpan produce a more meaningful
result for "lcpan related-mods" command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module. See
App::lcpan::Cmd::related_mods for more details on how "related modules"
are found.
HOMEPAGE
Please visit the project's homepage at
<https://metacpan.org/release/Acme-CPANModules-CLI-Wrapper-UnixCommand>.
SOURCE
Source repository is at
<https://github.com/perlancar/perl-Acme-CPANModules-CLI-Wrapper-UnixComm
and>.
SEE ALSO
Other variants for "grep": Acme::CPANModules::GrepVariants
Acme::CPANModules - about the Acme::CPANModules namespace
cpanmodules - CLI tool to let you browse/view the lists
AUTHOR
COPYRIGHT AND LICENSE
This software is copyright (c) 2022, 2021, 2020, 2018 by perlancar
<perlancar@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
BUGS
Please report any bugs or feature requests on the bugtracker website
<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-CLI-
Wrapper-UnixCommand>
When submitting a bug or request, please include a test-file or a patch
to an existing test-file that illustrates the bug or desired feature.
;---------------------------------
author = perlancar <perlancar@cpan.org>
copyright_holder = perlancar <perlancar@cpan.org>
license = Perl_5
;---------------------------------
version=0.008
name=Acme-CPANModules-CLI-Wrapper-UnixCommand
[Acme::CPANModules]
[@Author::PERLANCAR]
:version=0.606
[Prereqs]
strict=0
[Prereqs / DevelopX_spec]
lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm view on Meta::CPAN
package Acme::CPANModules::CLI::Wrapper::UnixCommand;
use strict;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-03-18'; # DATE
our $DIST = 'Acme-CPANModules-CLI-Wrapper-UnixCommand'; # DIST
our $VERSION = '0.008'; # VERSION
our $LIST = {
summary => "List of various CLIs that wrap existing Unix commands",
description => <<'_',
These CLI's usually are meant to be called as the Unix commands they wrap, e.g.:
alias ssh=sshwrap-hostcolor
But they perform additional stuffs.
If you know of others, please drop me a message.
_
entries => [
# convert (ImageMagick)
lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm view on Meta::CPAN
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
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::CLI::Wrapper::UnixCommand - List of various CLIs that wrap existing Unix commands
=head1 VERSION
This document describes version 0.008 of Acme::CPANModules::CLI::Wrapper::UnixCommand (from Perl distribution Acme-CPANModules-CLI-Wrapper-UnixCommand), released on 2022-03-18.
=head1 DESCRIPTION
These CLI's usually are meant to be called as the Unix commands they wrap, e.g.:
alias ssh=sshwrap-hostcolor
But they perform additional stuffs.
If you know of others, please drop me a message.
=head1 ACME::CPANMODULES ENTRIES
=over
lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm view on Meta::CPAN
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 L<Acme::CPANModules> for more details.
=head2 What are ways to use this Acme::CPANModules module?
Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):
% cpanm-cpanmodules -n CLI::Wrapper::UnixCommand
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries CLI::Wrapper::UnixCommand | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=CLI::Wrapper::UnixCommand -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::CLI::Wrapper::UnixCommand -E'say $_->{module} for @{ $Acme::CPANModules::CLI::Wrapper::UnixCommand::LIST->{entries} }' | cpanm -n
This Acme::CPANModules module also helps L<lcpan> produce a more meaningful
result for C<lcpan related-mods> command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module.
See L<App::lcpan::Cmd::related_mods> for more details on how "related modules"
are found.
=head1 HOMEPAGE
Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModules-CLI-Wrapper-UnixCommand>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-CLI-Wrapper-UnixCommand>.
=head1 SEE ALSO
Other variants for C<grep>: L<Acme::CPANModules::GrepVariants>
L<Acme::CPANModules> - about the Acme::CPANModules namespace
L<cpanmodules> - CLI tool to let you browse/view the lists
=head1 AUTHOR
lib/Acme/CPANModules/CLI/Wrapper/UnixCommand.pm view on Meta::CPAN
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2022, 2021, 2020, 2018 by perlancar <perlancar@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-CLI-Wrapper-UnixCommand>
When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.
=cut
t/00-compile.t view on Meta::CPAN
use strict;
use warnings;
# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
use Test::More;
plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
my @module_files = (
'Acme/CPANModules/CLI/Wrapper/UnixCommand.pm'
);
# no fake home requested
my @switches = (
-d 'blib' ? '-Mblib' : '-Ilib',
);
t/author-critic.t view on Meta::CPAN
}
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.037 second using v1.01-cache-2.11-cpan-df04353d9ac )