Acme-CPANModules-BrowsingTableInteractively
view release on metacpan or search on metacpan
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
Appendix: How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.
To do so, attach the following notices to the program. It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 19yy <name of author>
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
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
( run in 0.335 second using v1.01-cache-2.11-cpan-4e96b696675 )