Acme-CPANModules-OpeningFileInApp

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


VERSION
    This document describes version 0.001 of
    Acme::CPANModules::OpeningFileInApp (from Perl distribution
    Acme-CPANModules-OpeningFileInApp), released on 2023-12-19.

ACME::CPANMODULES ENTRIES
    Desktop::Open
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        This module tries to select the appropriate application to open a
        file: using "start" (on Windows) or "xdg-open" (on other OS, if
        available), the falls back to Browser::Open.

        See App::DesktopOpenUtils which includes a CLI for this module:
        open-desktop.

    Spreadsheet::Open
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

        Similar to Desktop::Open, but limiting the apps to spreadsheet

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

our $DIST = 'Acme-CPANModules-OpeningFileInApp'; # DIST
our $VERSION = '0.001'; # VERSION

our $LIST = {
    summary => 'List of modules to open a file with appropriate application',
    entries => [
        {
            module => 'Desktop::Open',
            description => <<'MARKDOWN',

This module tries to select the appropriate application to open a file: using
`start` (on Windows) or `xdg-open` (on other OS, if available), the falls back
to <pm:Browser::Open>.

See <pm:App::DesktopOpenUtils> which includes a CLI for this module:
<prog:open-desktop>.

MARKDOWN
        },

        {

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

This document describes version 0.001 of Acme::CPANModules::OpeningFileInApp (from Perl distribution Acme-CPANModules-OpeningFileInApp), released on 2023-12-19.

=head1 ACME::CPANMODULES ENTRIES

=over

=item L<Desktop::Open>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

This module tries to select the appropriate application to open a file: using
C<start> (on Windows) or C<xdg-open> (on other OS, if available), the falls back
to L<Browser::Open>.

See L<App::DesktopOpenUtils> which includes a CLI for this module:
L<open-desktop>.


=item L<Spreadsheet::Open>

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>



( run in 1.097 second using v1.01-cache-2.11-cpan-49f99fa48dc )