App-tmblr

 view release on metacpan or  search on metacpan

bin/tmblr  view on Meta::CPAN

=item B<-b> I<blog>

Post to I<blog>.

=item B<-f> I<config>

Read the blog name and oauth tokens from the file -I<config>.
Defaults to ~/.tmblr.

=item B<-d> I<date>

Date and time of the post.

=item B<-s> I<state>

State of the post: published, draft, queue or private.

=item B<-t> I<tags>

Comma separated list of tags.

=item B<-u> I<url>

Source URL.
Not listed in the API docs, but does something...?

=item B<-T> I<title>

Optional title of post, or title of linked page (link posts).

=item B<-c> I<caption>

A caption for the post. Only for photo, video and audio posts.

=item B<-e> I<excerpt>

Excerpt from the page the link points to. Only for link posts.

=item B<-A> I<author>

Name of the author from the page the link points to. Link posts only.

=item B<-m>

Set the format to markdown.

=back

=head1 EXAMPLES

Post an image with a caption and some tags:

  $ tmblr -i -c "dance, dance" -t "dancing" hello.jpg

Post a video:

  $ tmblr -v video.mp4

Post a bunch of images as drafts:

  $ tmblr -s draft *.png

Write a text post from your editor:

  $ tmblr

=head1 AUTHOR

bie E<lt>bie@kyber.ioE<gt>

=head1 COPYRIGHT

Copyright (C) 2015 by bie

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.22.0 or,
at your option, any later version of Perl 5 you may have available.

=cut



( run in 2.163 seconds using v1.01-cache-2.11-cpan-aadc1410aed )