mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 14:34:18 +02:00
22 lines
425 B
YAML
22 lines
425 B
YAML
|
|
#
|
||
|
|
# this is a mosscap generator item file, see: https://codeberg.org/scip/mosscap
|
||
|
|
vars:
|
||
|
|
index: test
|
||
|
|
|
||
|
|
tasks:
|
||
|
|
- name: ts
|
||
|
|
action: timestamp
|
||
|
|
|
||
|
|
- name: add
|
||
|
|
action: doc_add
|
||
|
|
args:
|
||
|
|
ts: ts.result
|
||
|
|
|
||
|
|
generate:
|
||
|
|
user: $name
|
||
|
|
# will become something like:
|
||
|
|
# "content34 iBAXQ2Va Ko5gMwwu FEH2O99B"
|
||
|
|
# so we can search for "content3*" and get multiple matches
|
||
|
|
message: "content$int8 $rand make$int8 $rand"
|
||
|
|
|