You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
435 B
JSON

{
"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"
}
]
}
}