Update gimp examples

This commit is contained in:
BlankCheng
2024-01-26 16:38:45 +08:00
parent 908f25ad29
commit e5a5ff4588
11 changed files with 171 additions and 27 deletions

View File

@@ -0,0 +1,36 @@
{
"id": "b148e375-fe0b-4bec-90e7-38632b0d73c2",
"snapshot": "gimp",
"instruction": "Could you assist me in adding a new layer and naming it 'Square'?",
"source": "https://www.quora.com/How-do-I-add-layers-in-GIMP",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"gimp"
]
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "check_config_status",
"expected": {
"type": "rule",
"rules": {
"type:": "key-value",
"key": "layer-new-name",
"value": "Square"
}
},
"result": {
"type": "gimp_config_file",
"file_name": "gimprc",
"dest": "gimprc"
}
}
}