9 lines
221 B
JSON
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"
|
|
}
|
|
}
|