1
0
Fork 0

Begin add run app from desktop entries

This commit is contained in:
Florian RICHER 2022-05-01 01:28:36 +02:00
parent 74c45b61bc
commit b8ab8d254f
5 changed files with 85 additions and 0 deletions

9
brains/run.yml Normal file
View file

@ -0,0 +1,9 @@
- name: "run-app-fr"
signals:
- order: "lance {{ app }}"
- order: "ouvre {{ app }}"
neurons:
- run_app:
app: "{{ app }}"
found_message: "Lancement de l'application {{ app }}"
not_found_message: "Impossible de trouver l'application {{ app }}"