Import - todo.sh

- Wrote a todo.sh parser based on Gina's specs.
- Started unit tests (not finished).
This commit is contained in:
Paul Beckingham
2011-08-30 18:29:57 -04:00
parent 4f73d7232f
commit b4a583b951
4 changed files with 247 additions and 131 deletions

View File

@@ -1,16 +0,0 @@
External Scripts
----------------
Add-on scripts are executed via an alias mechanism in taskwarrior. This has the
effect of this command:
task <script> <arguments>
resulting in the ultimate execution of:
<script> <arguments>
All external scripts are treated in the same manner, and have no access to the
taskwarrior internals.
---