mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
|
||
---|---|---|
.. | ||
export-csv.pl | ||
export-ical.pl | ||
export-xml.pl | ||
export-xml.py | ||
export-xml.rb | ||
export-yaml.pl | ||
README | ||
update-holidays.pl |
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. ---