Acme-CPANModules-BrowsingTableInteractively
view release on metacpan or search on metacpan
VERSION
This document describes version 0.009 of
Acme::CPANModules::BrowsingTableInteractively (from Perl distribution
Acme-CPANModules-BrowsingTableInteractively), released on 2023-06-15.
DESCRIPTION
This list reviews what tools are available on CPAN and in general to
browse table data interactively.
Let me say first that the best tools are not Perl-based since sadly Perl
is not a favorite choice for writing tools these days. That said, Perl
is still a great glue to help make those tools work together better for
you.
1) Visidata, <https://www.visidata.org>
This is currently my favorite. It's terminal-based, written in Python,
and has more features than any other tools currently written in Perl, by
far. vd has support for many formats, including CSV, TSV, Excel, JSON,
and SQLite. It makes it particularly easy to create summary for your
% cpanm-cpanmodules -n BrowsingTableInteractively
Alternatively you can use the cpanmodules CLI (from App::cpanmodules
distribution):
% cpanmodules ls-entries BrowsingTableInteractively | cpanm -n
or Acme::CM::Get:
% perl -MAcme::CM::Get=BrowsingTableInteractively -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::BrowsingTableInteractively -E'say $_->{module} for @{ $Acme::CPANModules::BrowsingTableInteractively::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-BrowsingTableInteractivel
lib/Acme/CPANModules/BrowsingTableInteractively.pm view on Meta::CPAN
our $DIST = 'Acme-CPANModules-BrowsingTableInteractively'; # DIST
our $VERSION = '0.009'; # VERSION
our $LIST = {
summary => 'List of modules/tools for browsing table data interactively',
description => <<'_',
This list reviews what tools are available on CPAN and in general to browse
table data interactively.
Let me say first that the best tools are not Perl-based since sadly Perl is not
a favorite choice for writing tools these days. That said, Perl is still a great
glue to help make those tools work together better for you.
1) **Visidata**, <https://www.visidata.org>
This is currently my favorite. It's terminal-based, written in Python, and has
more features than any other tools currently written in Perl, by far. vd has
support for many formats, including CSV, TSV, Excel, JSON, and SQLite. It makes
it particularly easy to create summary for your table like histogram or
lib/Acme/CPANModules/BrowsingTableInteractively.pm view on Meta::CPAN
=head1 VERSION
This document describes version 0.009 of Acme::CPANModules::BrowsingTableInteractively (from Perl distribution Acme-CPANModules-BrowsingTableInteractively), released on 2023-06-15.
=head1 DESCRIPTION
This list reviews what tools are available on CPAN and in general to browse
table data interactively.
Let me say first that the best tools are not Perl-based since sadly Perl is not
a favorite choice for writing tools these days. That said, Perl is still a great
glue to help make those tools work together better for you.
1) B<Visidata>, L<https://www.visidata.org>
This is currently my favorite. It's terminal-based, written in Python, and has
more features than any other tools currently written in Perl, by far. vd has
support for many formats, including CSV, TSV, Excel, JSON, and SQLite. It makes
it particularly easy to create summary for your table like histogram or
sum/average/max/min/etc, or add new columns, or edit some cells. It also has
lib/Acme/CPANModules/BrowsingTableInteractively.pm view on Meta::CPAN
% cpanm-cpanmodules -n BrowsingTableInteractively
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries BrowsingTableInteractively | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=BrowsingTableInteractively -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::BrowsingTableInteractively -E'say $_->{module} for @{ $Acme::CPANModules::BrowsingTableInteractively::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-BrowsingTableInteractively>.
( run in 0.933 second using v1.01-cache-2.11-cpan-b85c58fdc1d )