Files
.network/.vscode/tasks.json
2024-11-06 12:26:37 -07:00

62 lines
1.8 KiB
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "File-Folder-Helper AOT s X Day-Helper-2024-01-06",
"type": "shell",
"command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe",
"args": [
"s",
"X",
"D:/Tmp/Phares/.TP-Link",
"Day-Helper-2024-01-06",
"*.txt",
"1",
"17",
"- -",
"DeviceName,MacAddress,IpAddress,RealTimeUpRate,RealTimeDownRate,RateOrInterface,DurationOrRate,SpeedLimitOrDuration",
"IpAddress",
"hosts.jsonl",
"hosts.conf",
"BC-24-11'"
],
"problemMatcher": []
},
{
"label": "Git Last Log",
"type": "shell",
"command": "git log -1",
"group": "test",
"options": {
"cwd": "L:/Git/Notes-Network"
}
},
{
"label": "Kanbn Console",
"type": "npm",
"script": "kanbn.board",
"problemMatcher": []
},
{
"label": "Kanbn Write Boad",
"type": "shell",
"command": "& kanbn board -j | L:/Git/kanbn2md/kanbn2md.exe >.kanbn/board.md",
"problemMatcher": []
},
{
"label": "Kanbn Write json",
"type": "npm",
"script": "kanbn.board.json",
"problemMatcher": []
},
{
"label": "Prettier",
"type": "shell",
"command": "npm run prettier.write Network/host/*",
"group": "test",
"options": {
"cwd": "L:/Git/Notes-Network"
}
}
]
}