The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

idone - Command line interface to idonethis.com

VERSION

version 0.06

SYNOPSIS

    # Submit an item to idonethis.com
    $ idone "Installed some cool software today."

    # See what I've done today.
    $ idone -l

    # In ~/.idonethisrc
    [auth]
    user=someuser
    pass=somepass

DESCRIPTION

By default, this submits items to your personal calendar on idonethis. All arguments are concatenated together to form a single string, which is then submitted to your calendar for the current day (using the local timezone on your machine).

The -l switch can be used to show what you've done today (in which case all remaining arguments are ignored).

Patches are extremely welcome. https://github.com/pfenwick/idonethis-perl

AUTHOR

Paul Fenwick <pjf@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Paul Fenwick.

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