#!perl

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2021-07-04'; # DATE
our $DIST = 'App-OrgUtils'; # DIST
our $VERSION = '0.482'; # VERSION

system "org2html", "--browser", @ARGV;

1;
# ABSTRACT: Render Org document as HTML then show in browser
# PODNAME: browse-org

__END__

=pod

=encoding UTF-8

=head1 NAME

browse-org - Render Org document as HTML then show in browser

=head1 VERSION

This document describes version 0.482 of browse-org (from Perl distribution App-OrgUtils), released on 2021-07-04.

=head1 SYNOPSIS

 % browse-org todo.org

=head1 DESCRIPTION

This is a shortcut for:

 % org2html --browse ...

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/App-OrgUtils>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-App-OrgUtils>.

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=App-OrgUtils>

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 SEE ALSO

L<org2html>

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
