Skip to content

Instantly share code, notes, and snippets.

@scriptype
Created February 17, 2016 11:54
Show Gist options
  • Save scriptype/90274aedbcdf88736b12 to your computer and use it in GitHub Desktop.
Save scriptype/90274aedbcdf88736b12 to your computer and use it in GitHub Desktop.
{
"patterns": [
{
"type": "path",
"term": "/some/path\\$/gi",
"transform": {
"folderPath": "/some/other/path",
"name": "lorem",
"fileType": ".jpeg"
}
},
{
"type": "metadata",
"metadata": "Make",
"term": "/Canon/",
"transform": {
"folderPath": "/some/other/path/",
"fileType": "jpeg"
}
}
],
"paths": {
"/some/path/file.x": {
"folderPath": "/some/other/path/",
"name": "lorem",
"fileType": ".jpeg"
},
"/some/path/foo": {
"path": "/some/other/path/bar"
},
"/some/path/foo/text.txt": {
"filename": "my-text.txt"
},
"/some/path/file.y": {
"folderPath": "/some/other/path/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment