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

NAME

todoist - command-line tool for managing your todoist.com todo list

SYNOPSIS

 todoist -project perl -token XXX -i taskfile.txt [ -priority 1|2|3|4 ]
         [ -add-project projectname ]

DESCRIPTION

This script gives you a command-line interface to the API for todoist, which is an online todo list service, with interfaces on most mobile devices and desktop operating systems.

At the moment this just supports two operations:

  • importing a list of tasks from a text file, with one task per line.

  • adding a new project

It will evolve over time - I'll be adding more features as I need them. I've released this in a separate dist so as not to add a bunch of non-core dependencies to Net::Todoist.

You can create a .todoist file in your home directory, with default values for the various parameters. This is probably where you want to provide your API token:

 token    = XXXXXX
 priority = 4
 project  = work

Note that this file must only be readable by you.

SEE ALSO

Net::Todoist

REPOSITORY

https://github.com/neilbowers/App-todoist

AUTHOR

Neil Bowers <neilb@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Neil Bowers <neilb@cpan.org>.

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