NAME

t.pl - Command-line frontend to Text::Todo::Simple

SYNOPSIS

t.pl [OPTIONS] [ACTION] [ARGS]

Actions:

  add, a 	TEXT
  do 		ID
  remove, rm 	ID
  list, ls 	[STRING]
  move, mv 	ID NEW
  edit, ed 	ID TEXT

Options:
  --todo, -t   FILE
  --done, -d   FILE

ACTION

add, a TEXT

add a task to the list

do ID

mark a task as done, and move it to done file

remove, rm ID

remove a task from the list

list, ls [STRING]

list tasks containing STRING (can be empty)

move, mv ID NEW

move a task from ID to NEW

edit, ed ID TEXT

replace the task ID with TEXT

ACTION

--todo, -t FILE

set todo file (takes precedence on configuration)

--done, -d FILE

set todo file (takes precedence on configuration)

CONFIGURATION

The following environment variables will affect t.pl behaviour:

TODO_FILE

Specifies the path of the todo file. Default ~/.todo

DONE_FILE

Specifies the path of the done file. Default ~/.done

TODO_DEFAULT

Set the default action, this will be used when no action is specified. Default 'help'

AUTHOR

Alessandro Ghedini, <alexbio at cpan.org>

BUGS

Please report any bugs or feature requests to bug-text-todo-simple at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Text-Todo-Simple. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Text::Todo::Simple
perldoc t.pl

You can also look for information at:

SEE ALSO

Text::Todo::Simple

LICENSE AND COPYRIGHT

Copyright 2010 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.