add data source for exiftool

master
Mr. Robot 3 years ago committed by GitHub
parent ba9b878a31
commit 03a836b49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
{
"description": "If the permissions allow it, files are moved (instead of copied) to the destination.\n",
"functions": {
"file-read": [
{
"code": "exiftool -filename=[output] [file]\ncat [output]\n"
}
],
"file-write": [
{
"code": "exiftool -filename=[file] [input]\n"
}
],
"sudo": [
{
"code": "sudo exiftool -filename=[file] [input]\n"
}
]
}
}
Loading…
Cancel
Save