The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

rapi-fs.pl - Instant file browser webapp

SYNOPSIS

rapi-fs.pl [OPTIONS] PATHS

Options:
  --help   Display this help screen and exit
  --debug  Enable debug mode
  --port   Local TCP port to use for the test server (defaults to 3500)
  
  -I  Specifies Perl library include paths, like "perl"'s -I option. You
      may add multiple paths by using this option multiple times.

Examples:
  rapi-fs.pl /some/path
  rapi-fs.pl Some-Name:/some/path
  rapi-fs.pl /some/path /some/other/dir ~/foo

DESCRIPTION

rapi-fs.pl is a simple wrapper around Rapi::Fs, which is a Plack-compatable application written with RapidApp. It accepts a list of directory paths and lauches a web interface to browse them.

SEE ALSO

RapidApp, Rapi::Fs, Plack::Component, RapidApp::Builder

SUPPORT

IRC:

Join #rapidapp on irc.perl.org.

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by IntelliTree Solutions llc.

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