Acme-CPANModules-UnixCommandWrappers
view release on metacpan or search on metacpan
0.010 2024-09-19 Released-By: PERLANCAR; Urgency: medium
- Add entry: findsort.
- [doc] Mention some related lists: UnixCommandVariants,
UnixCommandImplementations.
0.009 2024-08-13 Released-By: PERLANCAR; Urgency: medium
- Rename module/dist
Acme-CPANModules-{CLI-Wrapper-UnixCommand,UnixCommandWrappers}.
0.008 2022-03-18 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- Tweak Abstract (add 'List of ...') to follow convention.
0.007 2021-11-14 Released-By: PERLANCAR; Urgency: medium
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.031.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
lib/Acme/CPANModules/UnixCommandWrappers.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.031, 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-UnixCommandWrappers",
"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::UnixCommandWrappers" : {
"file" : "lib/Acme/CPANModules/UnixCommandWrappers.pm",
"version" : "0.010"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-UnixCommandWrappers"
},
"homepage" : "https://metacpan.org/release/Acme-CPANModules-UnixCommandWrappers",
"repository" : {
"type" : "git",
"url" : "git://github.com/perlancar/perl-Acme-CPANModules-UnixCommandWrappers.git",
"web" : "https://github.com/perlancar/perl-Acme-CPANModules-UnixCommandWrappers"
}
},
"version" : "0.010",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.038002"
},
"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.031, 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-UnixCommandWrappers
provides:
Acme::CPANModules::UnixCommandWrappers:
file: lib/Acme/CPANModules/UnixCommandWrappers.pm
version: '0.010'
requires:
strict: '0'
resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-UnixCommandWrappers
homepage: https://metacpan.org/release/Acme-CPANModules-UnixCommandWrappers
repository: git://github.com/perlancar/perl-Acme-CPANModules-UnixCommandWrappers.git
version: '0.010'
x_Dist_Zilla:
perl:
version: '5.038002'
plugins:
-
class: Dist::Zilla::Plugin::Acme::CPANModules
name: Acme::CPANModules
version: '0.005'
-
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.031.
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-UnixCommandWrappers",
"LICENSE" => "perl",
"NAME" => "Acme::CPANModules::UnixCommandWrappers",
"PREREQ_PM" => {
"strict" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.010",
NAME
Acme::CPANModules::UnixCommandWrappers - List of various CLIs that wrap
existing Unix commands
VERSION
This document describes version 0.010 of
Acme::CPANModules::UnixCommandWrappers (from Perl distribution
Acme-CPANModules-UnixCommandWrappers), released on 2024-09-19.
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.
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.
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 UnixCommandWrappers
Alternatively you can use the cpanmodules CLI (from App::cpanmodules
distribution):
% cpanmodules ls-entries UnixCommandWrappers | cpanm -n
or Acme::CM::Get:
% perl -MAcme::CM::Get=UnixCommandWrappers -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::UnixCommandWrappers -E'say $_->{module} for @{ $Acme::CPANModules::UnixCommandWrappers::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-UnixCommandWrappers>.
SOURCE
Source repository is at
<https://github.com/perlancar/perl-Acme-CPANModules-UnixCommandWrappers>
.
SEE ALSO
Acme::CPANModules::UnixCommandVariants
Acme::CPANModules::UnixCommandImplementations
Acme::CPANModules - about the Acme::CPANModules namespace
cpanmodules - CLI tool to let you browse/view the lists
AUTHOR
perlancar <perlancar@cpan.org>
CONTRIBUTING
To contribute, you can send patches by email/via RT, or send pull
COPYRIGHT AND LICENSE
This software is copyright (c) 2024, 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-Unix
CommandWrappers>
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.010
name=Acme-CPANModules-UnixCommandWrappers
[Acme::CPANModules]
[@Author::PERLANCAR]
:version=0.610
[Prereqs]
strict=0
[Prereqs / DevelopX_spec]
lib/Acme/CPANModules/UnixCommandWrappers.pm view on Meta::CPAN
package Acme::CPANModules::UnixCommandWrappers;
use strict;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2024-09-19'; # DATE
our $DIST = 'Acme-CPANModules-UnixCommandWrappers'; # DIST
our $VERSION = '0.010'; # VERSION
our $LIST = {
summary => "List of various CLIs that wrap existing Unix commands",
description => <<'MARKDOWN',
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.
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',
},
lib/Acme/CPANModules/UnixCommandWrappers.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::UnixCommandWrappers - List of various CLIs that wrap existing Unix commands
=head1 VERSION
This document describes version 0.010 of Acme::CPANModules::UnixCommandWrappers (from Perl distribution Acme-CPANModules-UnixCommandWrappers), released on 2024-09-19.
=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.
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>
lib/Acme/CPANModules/UnixCommandWrappers.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 UnixCommandWrappers
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries UnixCommandWrappers | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=UnixCommandWrappers -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::UnixCommandWrappers -E'say $_->{module} for @{ $Acme::CPANModules::UnixCommandWrappers::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-UnixCommandWrappers>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-UnixCommandWrappers>.
=head1 SEE ALSO
L<Acme::CPANModules::UnixCommandVariants>
L<Acme::CPANModules::UnixCommandImplementations>
L<Acme::CPANModules> - about the Acme::CPANModules namespace
L<cpanmodules> - CLI tool to let you browse/view the lists
=head1 AUTHOR
perlancar <perlancar@cpan.org>
=head1 CONTRIBUTING
lib/Acme/CPANModules/UnixCommandWrappers.pm view on Meta::CPAN
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2024, 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-UnixCommandWrappers>
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/UnixCommandWrappers.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/UnixCommandWrappers.pm'];
unless ($filenames && @$filenames) {
$filenames = -d "blib" ? ["blib"] : ["lib"];
}
all_critic_ok(@$filenames);
( run in 0.696 second using v1.01-cache-2.11-cpan-df04353d9ac )