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

NAME

todo.pl - a perl replacement for todo.sh

VERSION

Since the $VERSION can't be automatically included, here is the RCS Id instead, you'll have to look up $VERSION.

    $Id: todo.pl,v 1.22 2010/02/16 01:13:12 andrew Exp $

SYNOPSIS

    todo.pl list

    todo.pl -h

DESCRIPTION

Mostly compatible with todo.sh but not completely. Any differences are either noted under limitations is a bug.

Ideally todo.pl should pass all the todo.sh tests.

This is a proof of concept to get the Text::Todo modules used.

The modules are there to give more access to my todo.txt file from more places. My goal is a web API for a web interface and then a WebOS version for my Palm Pre.

For more information see http://todotxt.com

USAGE

See todo.pl -h

OPTIONS

See todo.pl -h

REQUIRED ARGUMENTS

See todo.pl -h

CONFIGURATION AND ENVIRONMENT

todo.pl should read the todo.cfg file that todo.sh uses. It is a very simplistic reader and would probably be easy to break.

It only uses TODO_DIR, TODO_FILE and DONE_DIR

It does not currently support any of the environment variables that todo.sh uses.

DIAGNOSTICS

DEPENDENCIES

Perl Modules:

Text::Todo
version

INCOMPATIBILITIES

Text::Todo::Entry actually checks if the entry is done before marking it complete again.

Text::Todo::Entry will keep the completed marker and then the priority at the beginning of the line in that order.

BUGS AND LIMITATIONS

No bugs have been reported.

Known limitations:

Does not support some command line arguments. @, +, f, h, p, P, t, v or V.

Does not yet support some actions. Specifically, command, help and report.

Does not colorize output.

AUTHOR

Andrew Fresh <andrew@cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2009, Andrew Fresh <andrew@cpan.org>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

DISCLAIMER OF WARRANTY

BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.