mono/packages/commons/salamand.json
2025-08-11 19:26:32 +02:00

9 lines
221 B
JSON

{
"ls-test": {
"name": "List Directory to File",
"command": "cmd",
"args": "/c dir \"$(FullPath)\" > \"$(FullPath)\\dir.txt\"",
"description": "List directory contents and save to dir.txt"
}
}