taskwarrior/scripts/add-ons
Paul Beckingham aace091329 Add-ons: Exports
- Modified the export scripts to use the right command, which is now
  'export', not '_query', although '_query' is now an alias for backward
  compatibility.
2011-08-28 16:43:12 -04:00
..
export-csv.pl Add-ons: Exports 2011-08-28 16:43:12 -04:00
export-html.pl Add-ons: Exports 2011-08-28 16:43:12 -04:00
export-ical.pl Add-ons: Exports 2011-08-28 16:43:12 -04:00
export-xml.pl Add-ons: Exports 2011-08-28 16:43:12 -04:00
export-xml.py Add-ons: Exports 2011-08-28 16:43:12 -04:00
export-xml.rb Add-ons: Exports 2011-08-28 16:43:12 -04:00
export-yad.pl Add-ons: Exports 2011-08-28 16:43:12 -04:00
export-yaml.pl Add-ons: Exports 2011-08-28 16:43:12 -04:00
README Documentation 2011-04-20 23:34:54 -04:00
update-holidays.pl Holidays 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.

---