Files
taskwarrior-2.x/scripts/add-ons/README
Paul Beckingham 60a5d271f4 Extensions
- Created scripts/extensions/README to describe samples.
- Created sample extension scripts of each type.
2011-04-18 00:51:34 -04:00

17 lines
345 B
Plaintext

External Scripts
----------------
Add-on scripts are executed vi 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.
---