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

filite-client - command-line client for Filite servers

SYNOPSIS

  filite-client: share via a filite server
  
  Usage:
    filite-client -T [filename]
    filite-client -F [filename]
    filite-client -L [url]
    cat blah | filite-client [options]
  
  Options:
    --text, -T         Share as text
    --file, -F         Share as file
    --link, -L         Share as link
    --highlight, -H    Syntax highligh text
    --help, --usage    Show this usage information

DESCRIPTION

Share a file, chunk of text, or link via a Filite server.

Filite is a URL shortner, file sharer, and pastebin that you can self-host.

BUGS

Please report any bugs to https://github.com/tobyink/p5-app-filite-client/issues.

SEE ALSO

https://github.com/raftario/filite, App::Filite::Client.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2023 by Toby Inkster.

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

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.