https://github.com/afresh1/text-todo
Text::Todo - Perl interface to todotxt files
https://github.com/afresh1/text-todo
Last synced: 11 months ago
JSON representation
Text::Todo - Perl interface to todotxt files
- Host: GitHub
- URL: https://github.com/afresh1/text-todo
- Owner: afresh1
- License: artistic-2.0
- Created: 2014-12-28T02:59:24.000Z (over 11 years ago)
- Default Branch: blead
- Last Pushed: 2020-06-15T01:25:42.000Z (almost 6 years ago)
- Last Synced: 2023-03-11T20:32:37.872Z (about 3 years ago)
- Language: Perl
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Text::Todo - Perl interface to todotxt files
============================================
This module is a basic interface to the todo.txt files as described by
Lifehacker and extended by members of their community.
For more information see http://todotxt.com
This module supports the 3 axes of an effective todo list.
Priority, Project and Context.
It does not support other notations or many of the more advanced features of
the todo.sh like plugins.
It should be extensible, hopefully will be before a 1.0 release.
Sadly I have not been using this module much myself so development is slow.
I am happy to review patches however.
TODO
====
Finish the "dudelicious.pl" [Mojolicious](http://mojolicio.us)
Todo::Text frontend.
Add support for extensible plugins.
Move more parts from todo.pl into modules to make it easy to add tests.
And of course, more tests.
Clean up "uninitialized value" warnings in output when run without a config file.
General improvements are super welcome, such as making perlcritic.t pass.