mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Updated rules for running scripts
This commit is contained in:
parent
d93b108d25
commit
4b1bf763d5
1 changed files with 2 additions and 2 deletions
|
@ -179,11 +179,11 @@ set of arguments.
|
|||
define rule hook on_modify:
|
||||
...
|
||||
|
||||
These rules can call an external script and provide arguments, based on rules
|
||||
These rules can run an external script and provide arguments, based on rules
|
||||
DOM access:
|
||||
|
||||
define rule hook on_modify:
|
||||
call /path/to/my/script <dom1> <dom2>
|
||||
run /path/to/my/script <dom1> <dom2>
|
||||
|
||||
|
||||
Rules Type: Hint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue