Acme-CPANModules-OpeningFileInApp
view release on metacpan or search on metacpan
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
applications.
App::Open
Author: ERIKH <https://metacpan.org/author/ERIKH>
lib/Acme/CPANModules/OpeningFileInApp.pm view on Meta::CPAN
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
},
{
module => 'Spreadsheet::Open',
description => <<'MARKDOWN',
Similar to <pm:Desktop::Open>, but limiting the apps to spreadsheet
applications.
lib/Acme/CPANModules/OpeningFileInApp.pm view on Meta::CPAN
=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>
Similar to L<Desktop::Open>, but limiting the apps to spreadsheet
applications.
( run in 0.302 second using v1.01-cache-2.11-cpan-299005ec8e3 )