Acme-CPANModules-BrowsingTableInteractively

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Don't forget the good ol' Unix pager. You can render your table data as
    an ASCII table (using modules like Text::Table::More, Text::ANSITable,
    or Text::Table::Any for more formats to choose from) then pipe the
    output to it. At least with *less* you can scroll horizontally or
    perform incremental searching (though not interactive filtering of
    rows).

    6) SQLite browser, SQLiteStudio, or other SQLite-based front-ends

    Another way to browse your table data interactively is to export it to
    SQLite database then use one of the many front-ends (desktop GUI,
    web-based, TUI, as well as CLI) to browse it. If you have your table
    data as a CSV, you can use the csv2sqlite script from App::SQLiteUtils
    to convert it to SQLite database.

    <https://sqlitebrowser.org>

    <http://sqlitestudio.pl>

    6) Microsoft Excel, LibreOffice, or other spreadsheet programs

lib/Acme/CPANModules/BrowsingTableInteractively.pm  view on Meta::CPAN

Don't forget the good ol' Unix pager. You can render your table data as an ASCII
table (using modules like <pm:Text::Table::More>, <pm:Text::ANSITable>, or
<pm:Text::Table::Any> for more formats to choose from) then pipe the output to
it. At least with *less* you can scroll horizontally or perform incremental
searching (though not interactive filtering of rows).


6) **SQLite browser**, **SQLiteStudio**, or other SQLite-based front-ends

Another way to browse your table data interactively is to export it to SQLite
database then use one of the many front-ends (desktop GUI, web-based, TUI, as
well as CLI) to browse it. If you have your table data as a CSV, you can use the
<prog:csv2sqlite> script from <pm:App::SQLiteUtils> to convert it to SQLite
database.

<https://sqlitebrowser.org>

<http://sqlitestudio.pl>


6) **Microsoft Excel**, **LibreOffice**, or other spreadsheet programs

lib/Acme/CPANModules/BrowsingTableInteractively.pm  view on Meta::CPAN


Don't forget the good ol' Unix pager. You can render your table data as an ASCII
table (using modules like L<Text::Table::More>, L<Text::ANSITable>, or
L<Text::Table::Any> for more formats to choose from) then pipe the output to
it. At least with I<less> you can scroll horizontally or perform incremental
searching (though not interactive filtering of rows).

6) B<SQLite browser>, B<SQLiteStudio>, or other SQLite-based front-ends

Another way to browse your table data interactively is to export it to SQLite
database then use one of the many front-ends (desktop GUI, web-based, TUI, as
well as CLI) to browse it. If you have your table data as a CSV, you can use the
L<csv2sqlite> script from L<App::SQLiteUtils> to convert it to SQLite
database.

L<https://sqlitebrowser.org>

L<http://sqlitestudio.pl>

6) B<Microsoft Excel>, B<LibreOffice>, or other spreadsheet programs



( run in 0.427 second using v1.01-cache-2.11-cpan-299005ec8e3 )