mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
53 lines
No EOL
879 B
JSON
53 lines
No EOL
879 B
JSON
[
|
|
{
|
|
"tags": [
|
|
{
|
|
"kind": "path",
|
|
"absolute": "/foo/bar/baz",
|
|
"filetype": "symlink"
|
|
},
|
|
{
|
|
"kind": "fs",
|
|
"simple": "create",
|
|
"full": "Create(File)"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tags": [
|
|
{
|
|
"kind": "path",
|
|
"absolute": "/rename/from/this",
|
|
"filetype": "file"
|
|
},
|
|
{
|
|
"kind": "path",
|
|
"absolute": "/rename/into/that",
|
|
"filetype": "other"
|
|
},
|
|
{
|
|
"kind": "fs",
|
|
"simple": "modify",
|
|
"full": "Modify(Name(Both))"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tags": [
|
|
{
|
|
"kind": "path",
|
|
"absolute": "/delete/this",
|
|
"filetype": "dir"
|
|
},
|
|
{
|
|
"kind": "path",
|
|
"absolute": "/"
|
|
},
|
|
{
|
|
"kind": "fs",
|
|
"simple": "remove",
|
|
"full": "Remove(Any)"
|
|
}
|
|
]
|
|
}
|
|
] |