mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Extensions
- Created scripts/extensions/README to describe samples. - Created sample extension scripts of each type.
This commit is contained in:
parent
bac4610580
commit
60a5d271f4
10 changed files with 335 additions and 55 deletions
16
scripts/add-ons/README
Normal file
16
scripts/add-ons/README
Normal file
|
@ -0,0 +1,16 @@
|
|||
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.
|
||||
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue