Files
taskwarrior-2.x/scripts/add-ons
Paul Beckingham 07faa663b4 Documentation
- Typo
2011-04-20 23:34:54 -04:00
..
2011-01-29 17:11:06 -05:00
2011-01-29 17:11:06 -05:00
2011-01-29 17:11:06 -05:00
2011-01-30 16:16:35 -05:00
2011-01-29 17:11:06 -05:00
2011-01-29 17:11:06 -05:00
2011-04-20 23:34:54 -04:00
2011-04-10 15:37:30 -04:00

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.

---