Acme-CPANModules-BrowsingTableInteractively
    
    
  
  
  
view release on metacpan or search on metacpan
    "--format=html+datatables" to output your CLI program's result as HTML
    table (using Text::Table::HTML::DataTables) when possible and then
    browse the output in browser.
    3) Tickit::Widget::Table, Tickit::Widget::Table
    This module lets you browse the table in a terminal. Using the Tickit
    library, the advantages it's supposed to have is mouse support. It's
    still very basic: you either have to specify each column width manually
    or the width of all columns will be the same. There's no horizontal
    scrolling support or a way to see long text in a column. Not updated
    since 2016.
    4) Term::TablePrint, Term::TablePrint
    This module lets you browse the table in a terminal. Provides roughly
    the same features like Tickit::Widget::Table with an extra one: you can
    press Enter on a row to view it as a "card" where each column will be
    displayed vertically, so you can better see a row that has many columns
    or columns with long text.
    
  
  
  lib/Acme/CPANModules/BrowsingTableInteractively.pm view on Meta::CPAN
(using <pm:Text::Table::HTML::DataTables>) when possible and then browse the
output in browser.
3) **Tickit::Widget::Table**, <pm:Tickit::Widget::Table>
This module lets you browse the table in a terminal. Using the <pm:Tickit>
library, the advantages it's supposed to have is mouse support. It's still very
basic: you either have to specify each column width manually or the width of all
columns will be the same. There's no horizontal scrolling support or a way to
see long text in a column. Not updated since 2016.
4) **Term::TablePrint**, <pm:Term::TablePrint>
This module lets you browse the table in a terminal. Provides roughly the same
features like Tickit::Widget::Table with an extra one: you can press Enter on a
row to view it as a "card" where each column will be displayed vertically, so
you can better see a row that has many columns or columns with long text.
There is currently no support beyond the most basic stuffs, so no column hiding,
    
  
  
  lib/Acme/CPANModules/BrowsingTableInteractively.pm view on Meta::CPAN
C<--format=html+datatables> to output your CLI program's result as HTML table
(using L<Text::Table::HTML::DataTables>) when possible and then browse the
output in browser.
3) B<Tickit::Widget::Table>, L<Tickit::Widget::Table>
This module lets you browse the table in a terminal. Using the L<Tickit>
library, the advantages it's supposed to have is mouse support. It's still very
basic: you either have to specify each column width manually or the width of all
columns will be the same. There's no horizontal scrolling support or a way to
see long text in a column. Not updated since 2016.
4) B<Term::TablePrint>, L<Term::TablePrint>
This module lets you browse the table in a terminal. Provides roughly the same
features like Tickit::Widget::Table with an extra one: you can press Enter on a
row to view it as a "card" where each column will be displayed vertically, so
you can better see a row that has many columns or columns with long text.
There is currently no support beyond the most basic stuffs, so no column hiding,
reordering, etc.
    
  
  
  
( run in 0.733 second using v1.01-cache-2.11-cpan-0a6323c29d9 )