Skip to content

Instantly share code, notes, and snippets.

@scottlawsonabc
scottlawsonabc / config.json
Created May 1, 2020 00:07
command executor
{
"dir": "C:/Users/%USERNAME%/Downloads",
"actions": [
{
"pattern": "*.zip",
"command": "powershell.exe Expand-Archive -Force {name}{ext} {name}"
}
]
}