Update gimp examples
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user