From 545f40cf95c946a078ef7c95a0bccece970e51c8 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 28 Feb 2026 22:09:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1&=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .VSCodeCounter/2026-02-28_22-08-29/details.md | 171 +++++++++++++ .../2026-02-28_22-08-29/diff-details.md | 41 ++++ .VSCodeCounter/2026-02-28_22-08-29/diff.csv | 28 +++ .VSCodeCounter/2026-02-28_22-08-29/diff.md | 42 ++++ .VSCodeCounter/2026-02-28_22-08-29/diff.txt | 71 ++++++ .../2026-02-28_22-08-29/results.csv | 158 ++++++++++++ .../2026-02-28_22-08-29/results.json | 1 + .VSCodeCounter/2026-02-28_22-08-29/results.md | 68 ++++++ .../2026-02-28_22-08-29/results.txt | 227 ++++++++++++++++++ utils/Version.cs | 2 +- 10 files changed, 808 insertions(+), 1 deletion(-) create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/details.md create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/diff-details.md create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/diff.csv create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/diff.md create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/diff.txt create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/results.csv create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/results.json create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/results.md create mode 100644 .VSCodeCounter/2026-02-28_22-08-29/results.txt diff --git a/.VSCodeCounter/2026-02-28_22-08-29/details.md b/.VSCodeCounter/2026-02-28_22-08-29/details.md new file mode 100644 index 0000000..affb677 --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/details.md @@ -0,0 +1,171 @@ +# Details + +Date : 2026-02-28 22:08:29 + +Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS + +Total : 156 files, 52081 codes, 1281 comments, 5298 blanks, all 58660 lines + +[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md) + +## Files +| filename | language | code | comment | blank | total | +| :--- | :--- | ---: | ---: | ---: | ---: | +| [BootMenu.cs](/BootMenu.cs) | C# | 131 | 2 | 25 | 158 | +| [Branswe.md](/Branswe.md) | Markdown | 261 | 0 | 67 | 328 | +| [Build.bat](/Build.bat) | Batch | 1 | 1 | 0 | 2 | +| [BuildTime.ps1](/BuildTime.ps1) | PowerShell | 3 | 0 | 1 | 4 | +| [CMLeonOS.csproj](/CMLeonOS.csproj) | XML | 88 | 1 | 14 | 103 | +| [Editor/Editor.cs](/Editor/Editor.cs) | C# | 267 | 29 | 35 | 331 | +| [Editor/Nano.cs](/Editor/Nano.cs) | C# | 1,339 | 16 | 160 | 1,515 | +| [GenerateGitCommit.ps1](/GenerateGitCommit.ps1) | PowerShell | 22 | 0 | 3 | 25 | +| [Interpreter/Branswe.cs](/Interpreter/Branswe.cs) | C# | 482 | 28 | 53 | 563 | +| [Interpreter/UniLua/ByteString.cs](/Interpreter/UniLua/ByteString.cs) | C# | 41 | 0 | 7 | 48 | +| [Interpreter/UniLua/Coder.cs](/Interpreter/UniLua/Coder.cs) | C# | 1,101 | 26 | 157 | 1,284 | +| [Interpreter/UniLua/Common.cs](/Interpreter/UniLua/Common.cs) | C# | 99 | 3 | 27 | 129 | +| [Interpreter/UniLua/Do.cs](/Interpreter/UniLua/Do.cs) | C# | 269 | 25 | 50 | 344 | +| [Interpreter/UniLua/Dump.cs](/Interpreter/UniLua/Dump.cs) | C# | 187 | 0 | 33 | 220 | +| [Interpreter/UniLua/LLex.cs](/Interpreter/UniLua/LLex.cs) | C# | 627 | 40 | 93 | 760 | +| [Interpreter/UniLua/LuaAPI.cs](/Interpreter/UniLua/LuaAPI.cs) | C# | 1,335 | 64 | 240 | 1,639 | +| [Interpreter/UniLua/LuaAuxLib.cs](/Interpreter/UniLua/LuaAuxLib.cs) | C# | 643 | 21 | 92 | 756 | +| [Interpreter/UniLua/LuaBaseLib.cs](/Interpreter/UniLua/LuaBaseLib.cs) | C# | 406 | 9 | 43 | 458 | +| [Interpreter/UniLua/LuaBitLib.cs](/Interpreter/UniLua/LuaBitLib.cs) | C# | 179 | 0 | 26 | 205 | +| [Interpreter/UniLua/LuaCoroLib.cs](/Interpreter/UniLua/LuaCoroLib.cs) | C# | 137 | 0 | 16 | 153 | +| [Interpreter/UniLua/LuaDebug.cs](/Interpreter/UniLua/LuaDebug.cs) | C# | 443 | 19 | 55 | 517 | +| [Interpreter/UniLua/LuaDebugLib.cs](/Interpreter/UniLua/LuaDebugLib.cs) | C# | 20 | 0 | 6 | 26 | +| [Interpreter/UniLua/LuaEncLib.cs](/Interpreter/UniLua/LuaEncLib.cs) | C# | 51 | 0 | 13 | 64 | +| [Interpreter/UniLua/LuaFile.cs](/Interpreter/UniLua/LuaFile.cs) | C# | 115 | 2 | 18 | 135 | +| [Interpreter/UniLua/LuaFunc.cs](/Interpreter/UniLua/LuaFunc.cs) | C# | 69 | 6 | 20 | 95 | +| [Interpreter/UniLua/LuaIOLib.cs](/Interpreter/UniLua/LuaIOLib.cs) | C# | 70 | 12 | 19 | 101 | +| [Interpreter/UniLua/LuaJsonLib.cs](/Interpreter/UniLua/LuaJsonLib.cs) | C# | 461 | 0 | 65 | 526 | +| [Interpreter/UniLua/LuaMathLib.cs](/Interpreter/UniLua/LuaMathLib.cs) | C# | 285 | 10 | 49 | 344 | +| [Interpreter/UniLua/LuaObject.cs](/Interpreter/UniLua/LuaObject.cs) | C# | 367 | 1 | 52 | 420 | +| [Interpreter/UniLua/LuaOsLib.cs](/Interpreter/UniLua/LuaOsLib.cs) | C# | 316 | 0 | 50 | 366 | +| [Interpreter/UniLua/LuaPkgLib.cs](/Interpreter/UniLua/LuaPkgLib.cs) | C# | 256 | 57 | 47 | 360 | +| [Interpreter/UniLua/LuaState.cs](/Interpreter/UniLua/LuaState.cs) | C# | 250 | 6 | 51 | 307 | +| [Interpreter/UniLua/LuaStrLib.cs](/Interpreter/UniLua/LuaStrLib.cs) | C# | 869 | 8 | 61 | 938 | +| [Interpreter/UniLua/LuaTable.cs](/Interpreter/UniLua/LuaTable.cs) | C# | 465 | 37 | 80 | 582 | +| [Interpreter/UniLua/LuaTableLib.cs](/Interpreter/UniLua/LuaTableLib.cs) | C# | 250 | 8 | 24 | 282 | +| [Interpreter/UniLua/OpCodes.cs](/Interpreter/UniLua/OpCodes.cs) | C# | 131 | 7 | 27 | 165 | +| [Interpreter/UniLua/Parser.cs](/Interpreter/UniLua/Parser.cs) | C# | 1,588 | 139 | 219 | 1,946 | +| [Interpreter/UniLua/TagMethod.cs](/Interpreter/UniLua/TagMethod.cs) | C# | 91 | 2 | 10 | 103 | +| [Interpreter/UniLua/ULDebug.cs](/Interpreter/UniLua/ULDebug.cs) | C# | 13 | 2 | 5 | 20 | +| [Interpreter/UniLua/Undump.cs](/Interpreter/UniLua/Undump.cs) | C# | 321 | 6 | 50 | 377 | +| [Interpreter/UniLua/Util.cs](/Interpreter/UniLua/Util.cs) | C# | 192 | 8 | 39 | 239 | +| [Interpreter/UniLua/VM.cs](/Interpreter/UniLua/VM.cs) | C# | 1,038 | 58 | 161 | 1,257 | +| [Kernel.cs](/Kernel.cs) | C# | 391 | 87 | 74 | 552 | +| [LISENCE.md](/LISENCE.md) | Markdown | 485 | 0 | 110 | 595 | +| [Logger/LogEntry.cs](/Logger/LogEntry.cs) | C# | 41 | 0 | 5 | 46 | +| [Logger/LogLevel.cs](/Logger/LogLevel.cs) | C# | 11 | 0 | 1 | 12 | +| [Logger/Logger.cs](/Logger/Logger.cs) | C# | 94 | 0 | 18 | 112 | +| [LuaApps.cs](/LuaApps.cs) | C# | 13 | 0 | 3 | 16 | +| [LuaApps/calculator.lua](/LuaApps/calculator.lua) | Lua | 87 | 0 | 11 | 98 | +| [LuaApps/helloworld.lua](/LuaApps/helloworld.lua) | Lua | 3 | 0 | 0 | 3 | +| [LuaApps/testspeed.lua](/LuaApps/testspeed.lua) | Lua | 6 | 1 | 0 | 7 | +| [README.md](/README.md) | Markdown | 2 | 0 | 0 | 2 | +| [Settings/Settings.cs](/Settings/Settings.cs) | C# | 160 | 0 | 18 | 178 | +| [Shell/CommandList.cs](/Shell/CommandList.cs) | C# | 232 | 0 | 1 | 233 | +| [Shell/Commands/Editor/EditCommand.cs](/Shell/Commands/Editor/EditCommand.cs) | C# | 24 | 0 | 3 | 27 | +| [Shell/Commands/Editor/NanoCommand.cs](/Shell/Commands/Editor/NanoCommand.cs) | C# | 24 | 0 | 3 | 27 | +| [Shell/Commands/Environment/EnvCommand.cs](/Shell/Commands/Environment/EnvCommand.cs) | C# | 175 | 0 | 10 | 185 | +| [Shell/Commands/FileSystem/CatCommand.cs](/Shell/Commands/FileSystem/CatCommand.cs) | C# | 18 | 0 | 2 | 20 | +| [Shell/Commands/FileSystem/CdCommand.cs](/Shell/Commands/FileSystem/CdCommand.cs) | C# | 10 | 0 | 1 | 11 | +| [Shell/Commands/FileSystem/CopyCommand.cs](/Shell/Commands/FileSystem/CopyCommand.cs) | C# | 40 | 0 | 6 | 46 | +| [Shell/Commands/FileSystem/DiskInfoCommand.cs](/Shell/Commands/FileSystem/DiskInfoCommand.cs) | C# | 28 | 0 | 5 | 33 | +| [Shell/Commands/FileSystem/FindCommand.cs](/Shell/Commands/FileSystem/FindCommand.cs) | C# | 37 | 0 | 5 | 42 | +| [Shell/Commands/FileSystem/HeadCommand.cs](/Shell/Commands/FileSystem/HeadCommand.cs) | C# | 46 | 0 | 8 | 54 | +| [Shell/Commands/FileSystem/LsCommand.cs](/Shell/Commands/FileSystem/LsCommand.cs) | C# | 10 | 0 | 1 | 11 | +| [Shell/Commands/FileSystem/MkdirCommand.cs](/Shell/Commands/FileSystem/MkdirCommand.cs) | C# | 20 | 0 | 2 | 22 | +| [Shell/Commands/FileSystem/MoveCommand.cs](/Shell/Commands/FileSystem/MoveCommand.cs) | C# | 41 | 0 | 7 | 48 | +| [Shell/Commands/FileSystem/PwdCommand.cs](/Shell/Commands/FileSystem/PwdCommand.cs) | C# | 11 | 0 | 2 | 13 | +| [Shell/Commands/FileSystem/RenameCommand.cs](/Shell/Commands/FileSystem/RenameCommand.cs) | C# | 48 | 0 | 9 | 57 | +| [Shell/Commands/FileSystem/RmCommand.cs](/Shell/Commands/FileSystem/RmCommand.cs) | C# | 60 | 0 | 6 | 66 | +| [Shell/Commands/FileSystem/RmdirCommand.cs](/Shell/Commands/FileSystem/RmdirCommand.cs) | C# | 27 | 0 | 3 | 30 | +| [Shell/Commands/FileSystem/TailCommand.cs](/Shell/Commands/FileSystem/TailCommand.cs) | C# | 47 | 0 | 8 | 55 | +| [Shell/Commands/FileSystem/TouchCommand.cs](/Shell/Commands/FileSystem/TouchCommand.cs) | C# | 25 | 0 | 3 | 28 | +| [Shell/Commands/FileSystem/TreeCommand.cs](/Shell/Commands/FileSystem/TreeCommand.cs) | C# | 67 | 0 | 11 | 78 | +| [Shell/Commands/FileSystem/WordCountCommand.cs](/Shell/Commands/FileSystem/WordCountCommand.cs) | C# | 45 | 0 | 6 | 51 | +| [Shell/Commands/Help/Help.cs](/Shell/Commands/Help/Help.cs) | C# | 554 | 0 | 29 | 583 | +| [Shell/Commands/Info/About.cs](/Shell/Commands/Info/About.cs) | C# | 12 | 0 | 2 | 14 | +| [Shell/Commands/Info/Version.cs](/Shell/Commands/Info/Version.cs) | C# | 22 | 0 | 3 | 25 | +| [Shell/Commands/LabyrinthCommand.cs](/Shell/Commands/LabyrinthCommand.cs) | C# | 224 | 0 | 24 | 248 | +| [Shell/Commands/Power/RestartCommand.cs](/Shell/Commands/Power/RestartCommand.cs) | C# | 13 | 0 | 2 | 15 | +| [Shell/Commands/Power/ShutdownCommand.cs](/Shell/Commands/Power/ShutdownCommand.cs) | C# | 13 | 0 | 2 | 15 | +| [Shell/Commands/Script/BransweCommand.cs](/Shell/Commands/Script/BransweCommand.cs) | C# | 42 | 0 | 6 | 48 | +| [Shell/Commands/Script/ClaCommand.cs](/Shell/Commands/Script/ClaCommand.cs) | C# | 69 | 0 | 14 | 83 | +| [Shell/Commands/Script/ComCommand.cs](/Shell/Commands/Script/ComCommand.cs) | C# | 54 | 0 | 9 | 63 | +| [Shell/Commands/Script/Lua2ClaCommand.cs](/Shell/Commands/Script/Lua2ClaCommand.cs) | C# | 58 | 0 | 13 | 71 | +| [Shell/Commands/Script/LuaCommand.cs](/Shell/Commands/Script/LuaCommand.cs) | C# | 230 | 0 | 27 | 257 | +| [Shell/Commands/System/ClearCommand.cs](/Shell/Commands/System/ClearCommand.cs) | C# | 11 | 0 | 2 | 13 | +| [Shell/Commands/System/DateCommand.cs](/Shell/Commands/System/DateCommand.cs) | C# | 11 | 0 | 2 | 13 | +| [Shell/Commands/System/EchoCommand.cs](/Shell/Commands/System/EchoCommand.cs) | C# | 12 | 0 | 2 | 14 | +| [Shell/Commands/System/KillCommand.cs](/Shell/Commands/System/KillCommand.cs) | C# | 50 | 0 | 8 | 58 | +| [Shell/Commands/System/PsCommand.cs](/Shell/Commands/System/PsCommand.cs) | C# | 51 | 0 | 7 | 58 | +| [Shell/Commands/System/SettingsCommand.cs](/Shell/Commands/System/SettingsCommand.cs) | C# | 74 | 0 | 8 | 82 | +| [Shell/Commands/System/TimeCommand.cs](/Shell/Commands/System/TimeCommand.cs) | C# | 11 | 0 | 2 | 13 | +| [Shell/Commands/System/UptimeCommand.cs](/Shell/Commands/System/UptimeCommand.cs) | C# | 40 | 0 | 6 | 46 | +| [Shell/Commands/System/WhoamiCommand.cs](/Shell/Commands/System/WhoamiCommand.cs) | C# | 16 | 0 | 2 | 18 | +| [Shell/Commands/TestGuiCommand.cs](/Shell/Commands/TestGuiCommand.cs) | C# | 77 | 0 | 9 | 86 | +| [Shell/Commands/TestTUICommand.cs](/Shell/Commands/TestTUICommand.cs) | C# | 583 | 0 | 102 | 685 | +| [Shell/Commands/User/CpassCommand.cs](/Shell/Commands/User/CpassCommand.cs) | C# | 10 | 0 | 1 | 11 | +| [Shell/Commands/User/HostnameCommand.cs](/Shell/Commands/User/HostnameCommand.cs) | C# | 27 | 0 | 4 | 31 | +| [Shell/Commands/User/UserCommand.cs](/Shell/Commands/User/UserCommand.cs) | C# | 114 | 0 | 14 | 128 | +| [Shell/Commands/Utility/AliasCommand.cs](/Shell/Commands/Utility/AliasCommand.cs) | C# | 140 | 0 | 19 | 159 | +| [Shell/Commands/Utility/AppManagerCommand.cs](/Shell/Commands/Utility/AppManagerCommand.cs) | C# | 165 | 0 | 30 | 195 | +| [Shell/Commands/Utility/BackgroundCommand.cs](/Shell/Commands/Utility/BackgroundCommand.cs) | C# | 108 | 0 | 9 | 117 | +| [Shell/Commands/Utility/Base64Command.cs](/Shell/Commands/Utility/Base64Command.cs) | C# | 89 | 0 | 12 | 101 | +| [Shell/Commands/Utility/BeepCommand.cs](/Shell/Commands/Utility/BeepCommand.cs) | C# | 11 | 0 | 2 | 13 | +| [Shell/Commands/Utility/CalcCommand.cs](/Shell/Commands/Utility/CalcCommand.cs) | C# | 56 | 0 | 4 | 60 | +| [Shell/Commands/Utility/CalcGuiCommand.cs](/Shell/Commands/Utility/CalcGuiCommand.cs) | C# | 307 | 0 | 28 | 335 | +| [Shell/Commands/Utility/CalendarCommand.cs](/Shell/Commands/Utility/CalendarCommand.cs) | C# | 57 | 0 | 13 | 70 | +| [Shell/Commands/Utility/HexCommand.cs](/Shell/Commands/Utility/HexCommand.cs) | C# | 45 | 0 | 5 | 50 | +| [Shell/Commands/Utility/HexEditor.cs](/Shell/Commands/Utility/HexEditor.cs) | C# | 234 | 0 | 25 | 259 | +| [Shell/Commands/Utility/HistoryCommand.cs](/Shell/Commands/Utility/HistoryCommand.cs) | C# | 15 | 0 | 2 | 17 | +| [Shell/Commands/Utility/MatrixCommand.cs](/Shell/Commands/Utility/MatrixCommand.cs) | C# | 62 | 0 | 13 | 75 | +| [Shell/Commands/Utility/PromptCommand.cs](/Shell/Commands/Utility/PromptCommand.cs) | C# | 18 | 0 | 2 | 20 | +| [Shell/Commands/Utility/SnakeCommand.cs](/Shell/Commands/Utility/SnakeCommand.cs) | C# | 164 | 0 | 27 | 191 | +| [Shell/Shell.cs](/Shell/Shell.cs) | C# | 1,509 | 19 | 271 | 1,799 | +| [Shell/UsageGenerator.cs](/Shell/UsageGenerator.cs) | C# | 211 | 0 | 31 | 242 | +| [System/FileSystem.cs](/System/FileSystem.cs) | C# | 493 | 18 | 63 | 574 | +| [System/Process.cs](/System/Process.cs) | C# | 164 | 0 | 20 | 184 | +| [System/ProcessManager.cs](/System/ProcessManager.cs) | C# | 77 | 0 | 15 | 92 | +| [System/ShellProcess.cs](/System/ShellProcess.cs) | C# | 53 | 0 | 11 | 64 | +| [System/UserSystem.cs](/System/UserSystem.cs) | C# | 736 | 11 | 111 | 858 | +| [UI/CUI.cs](/UI/CUI.cs) | C# | 122 | 8 | 28 | 158 | +| [UI/Components.cs](/UI/Components.cs) | C# | 960 | 0 | 144 | 1,104 | +| [UI/TUI.cs](/UI/TUI.cs) | C# | 260 | 2 | 42 | 304 | +| [UI/TUIDemo.cs](/UI/TUIDemo.cs) | C# | 279 | 0 | 54 | 333 | +| [Utils/Base64.cs](/Utils/Base64.cs) | C# | 86 | 56 | 22 | 164 | +| [Utils/EnvironmentVariableManager.cs](/Utils/EnvironmentVariableManager.cs) | C# | 151 | 5 | 17 | 173 | +| [Utils/NetworkConfigManager.cs](/Utils/NetworkConfigManager.cs) | C# | 111 | 0 | 16 | 127 | +| [Utils/SHA256.cs](/Utils/SHA256.cs) | C# | 179 | 6 | 41 | 226 | +| [Utils/Version.cs](/Utils/Version.cs) | C# | 28 | 0 | 6 | 34 | +| [docs/cmleonos/docs/.vuepress/.cache/deps/@vue\_devtools-api.js](/docs/cmleonos/docs/.vuepress/.cache/deps/@vue_devtools-api.js) | JavaScript | 4,356 | 145 | 5 | 4,506 | +| [docs/cmleonos/docs/.vuepress/.cache/deps/@vuepress\_shared.js](/docs/cmleonos/docs/.vuepress/.cache/deps/@vuepress_shared.js) | JavaScript | 134 | 2 | 1 | 137 | +| [docs/cmleonos/docs/.vuepress/.cache/deps/\_metadata.json](/docs/cmleonos/docs/.vuepress/.cache/deps/_metadata.json) | JSON | 37 | 0 | 0 | 37 | +| [docs/cmleonos/docs/.vuepress/.cache/deps/chunk-OARA6QKZ.js](/docs/cmleonos/docs/.vuepress/.cache/deps/chunk-OARA6QKZ.js) | JavaScript | 12,582 | 238 | 5 | 12,825 | +| [docs/cmleonos/docs/.vuepress/.cache/deps/package.json](/docs/cmleonos/docs/.vuepress/.cache/deps/package.json) | JSON | 3 | 0 | 1 | 4 | +| [docs/cmleonos/docs/.vuepress/.cache/deps/vue-router.js](/docs/cmleonos/docs/.vuepress/.cache/deps/vue-router.js) | JavaScript | 2,371 | 25 | 9 | 2,405 | +| [docs/cmleonos/docs/.vuepress/.cache/deps/vue.js](/docs/cmleonos/docs/.vuepress/.cache/deps/vue.js) | JavaScript | 346 | 0 | 1 | 347 | +| [docs/cmleonos/docs/.vuepress/config.js](/docs/cmleonos/docs/.vuepress/config.js) | JavaScript | 12 | 1 | 7 | 20 | +| [docs/cmleonos/docs/.vuepress/dist/404.html](/docs/cmleonos/docs/.vuepress/dist/404.html) | HTML | 40 | 0 | 4 | 44 | +| [docs/cmleonos/docs/.vuepress/dist/assets/404.html-ByTdGTSm.js](/docs/cmleonos/docs/.vuepress/dist/assets/404.html-ByTdGTSm.js) | JavaScript | 1 | 0 | 1 | 2 | +| [docs/cmleonos/docs/.vuepress/dist/assets/app-C1vKFkGc.js](/docs/cmleonos/docs/.vuepress/dist/assets/app-C1vKFkGc.js) | JavaScript | 28 | 4 | 1 | 33 | +| [docs/cmleonos/docs/.vuepress/dist/assets/commands.html-DsR2axk8.js](/docs/cmleonos/docs/.vuepress/dist/assets/commands.html-DsR2axk8.js) | JavaScript | 153 | 0 | 1 | 154 | +| [docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-CfHiKCXZ.js](/docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-CfHiKCXZ.js) | JavaScript | 1 | 0 | 1 | 2 | +| [docs/cmleonos/docs/.vuepress/dist/assets/index.html-BMbDjf\_W.js](/docs/cmleonos/docs/.vuepress/dist/assets/index.html-BMbDjf_W.js) | JavaScript | 1 | 0 | 1 | 2 | +| [docs/cmleonos/docs/.vuepress/dist/assets/lua.html-3\_L4TJjQ.js](/docs/cmleonos/docs/.vuepress/dist/assets/lua.html-3_L4TJjQ.js) | JavaScript | 303 | 0 | 1 | 304 | +| [docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css](/docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css) | PostCSS | 1 | 0 | 1 | 2 | +| [docs/cmleonos/docs/.vuepress/dist/commands.html](/docs/cmleonos/docs/.vuepress/dist/commands.html) | HTML | 192 | 0 | 4 | 196 | +| [docs/cmleonos/docs/.vuepress/dist/get-started.html](/docs/cmleonos/docs/.vuepress/dist/get-started.html) | HTML | 40 | 0 | 4 | 44 | +| [docs/cmleonos/docs/.vuepress/dist/index.html](/docs/cmleonos/docs/.vuepress/dist/index.html) | HTML | 40 | 0 | 4 | 44 | +| [docs/cmleonos/docs/.vuepress/dist/lua.html](/docs/cmleonos/docs/.vuepress/dist/lua.html) | HTML | 342 | 0 | 4 | 346 | +| [docs/cmleonos/docs/README.md](/docs/cmleonos/docs/README.md) | Markdown | 33 | 0 | 4 | 37 | +| [docs/cmleonos/docs/commands.md](/docs/cmleonos/docs/commands.md) | Markdown | 742 | 0 | 215 | 957 | +| [docs/cmleonos/docs/get-started.md](/docs/cmleonos/docs/get-started.md) | Markdown | 16 | 0 | 4 | 20 | +| [docs/cmleonos/docs/lua.md](/docs/cmleonos/docs/lua.md) | Markdown | 996 | 0 | 356 | 1,352 | +| [docs/cmleonos/package.json](/docs/cmleonos/package.json) | JSON | 20 | 0 | 1 | 21 | +| [docs/cmleonos/pnpm-lock.yaml](/docs/cmleonos/pnpm-lock.yaml) | YAML | 2,410 | 0 | 674 | 3,084 | +| [global.json](/global.json) | JSON | 6 | 0 | 0 | 6 | + +[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md) \ No newline at end of file diff --git a/.VSCodeCounter/2026-02-28_22-08-29/diff-details.md b/.VSCodeCounter/2026-02-28_22-08-29/diff-details.md new file mode 100644 index 0000000..416be66 --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/diff-details.md @@ -0,0 +1,41 @@ +# Diff Details + +Date : 2026-02-28 22:08:29 + +Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS + +Total : 26 files, 1908 codes, 19 comments, 268 blanks, all 2195 lines + +[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details + +## Files +| filename | language | code | comment | blank | total | +| :--- | :--- | ---: | ---: | ---: | ---: | +| [BootMenu.cs](/BootMenu.cs) | C# | 131 | 2 | 25 | 158 | +| [BuildTime.ps1](/BuildTime.ps1) | PowerShell | 3 | 0 | 1 | 4 | +| [CMLeonOS.csproj](/CMLeonOS.csproj) | XML | 4 | 0 | 0 | 4 | +| [Editor/Nano.cs](/Editor/Nano.cs) | C# | 612 | 0 | 67 | 679 | +| [Interpreter/UniLua/LuaOsLib.cs](/Interpreter/UniLua/LuaOsLib.cs) | C# | 7 | 0 | 1 | 8 | +| [Kernel.cs](/Kernel.cs) | C# | 42 | 24 | 7 | 73 | +| [Settings/Settings.cs](/Settings/Settings.cs) | C# | 20 | 0 | 1 | 21 | +| [Shell/CommandList.cs](/Shell/CommandList.cs) | C# | 9 | 0 | 0 | 9 | +| [Shell/Commands/Help/Help.cs](/Shell/Commands/Help/Help.cs) | C# | 23 | 0 | 3 | 26 | +| [Shell/Commands/Info/Version.cs](/Shell/Commands/Info/Version.cs) | C# | 5 | 0 | 1 | 6 | +| [Shell/Commands/Script/ClaCommand.cs](/Shell/Commands/Script/ClaCommand.cs) | C# | 69 | 0 | 14 | 83 | +| [Shell/Commands/Script/Lua2ClaCommand.cs](/Shell/Commands/Script/Lua2ClaCommand.cs) | C# | 58 | 0 | 13 | 71 | +| [Shell/Commands/Script/LuaCommand.cs](/Shell/Commands/Script/LuaCommand.cs) | C# | 49 | 0 | 5 | 54 | +| [Shell/Commands/System/KillCommand.cs](/Shell/Commands/System/KillCommand.cs) | C# | 50 | 0 | 8 | 58 | +| [Shell/Commands/System/PsCommand.cs](/Shell/Commands/System/PsCommand.cs) | C# | 51 | 0 | 7 | 58 | +| [Shell/Commands/System/SettingsCommand.cs](/Shell/Commands/System/SettingsCommand.cs) | C# | 12 | 0 | 0 | 12 | +| [Shell/Commands/User/UserCommand.cs](/Shell/Commands/User/UserCommand.cs) | C# | 17 | 0 | 2 | 19 | +| [Shell/Commands/Utility/HexCommand.cs](/Shell/Commands/Utility/HexCommand.cs) | C# | 45 | 0 | 5 | 50 | +| [Shell/Commands/Utility/HexEditor.cs](/Shell/Commands/Utility/HexEditor.cs) | C# | 234 | 0 | 25 | 259 | +| [Shell/Shell.cs](/Shell/Shell.cs) | C# | -28 | -4 | -7 | -39 | +| [System/FileSystem.cs](/System/FileSystem.cs) | C# | 89 | -3 | 23 | 109 | +| [System/Process.cs](/System/Process.cs) | C# | 164 | 0 | 20 | 184 | +| [System/ProcessManager.cs](/System/ProcessManager.cs) | C# | 77 | 0 | 15 | 92 | +| [System/ShellProcess.cs](/System/ShellProcess.cs) | C# | 53 | 0 | 11 | 64 | +| [System/UserSystem.cs](/System/UserSystem.cs) | C# | 45 | 0 | 7 | 52 | +| [docs/cmleonos/docs/commands.md](/docs/cmleonos/docs/commands.md) | Markdown | 67 | 0 | 14 | 81 | + +[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details \ No newline at end of file diff --git a/.VSCodeCounter/2026-02-28_22-08-29/diff.csv b/.VSCodeCounter/2026-02-28_22-08-29/diff.csv new file mode 100644 index 0000000..ddf922a --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/diff.csv @@ -0,0 +1,28 @@ +"filename", "language", "C#", "PowerShell", "XML", "Markdown", "comment", "blank", "total" +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs", "C#", 131, 0, 0, 0, 2, 25, 158 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BuildTime.ps1", "PowerShell", 0, 3, 0, 0, 0, 1, 4 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj", "XML", 0, 0, 4, 0, 0, 0, 4 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs", "C#", 612, 0, 0, 0, 0, 67, 679 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs", "C#", 7, 0, 0, 0, 0, 1, 8 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs", "C#", 42, 0, 0, 0, 24, 7, 73 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs", "C#", 20, 0, 0, 0, 0, 1, 21 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs", "C#", 9, 0, 0, 0, 0, 0, 9 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs", "C#", 23, 0, 0, 0, 0, 3, 26 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs", "C#", 5, 0, 0, 0, 0, 1, 6 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs", "C#", 69, 0, 0, 0, 0, 14, 83 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs", "C#", 58, 0, 0, 0, 0, 13, 71 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs", "C#", 49, 0, 0, 0, 0, 5, 54 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs", "C#", 50, 0, 0, 0, 0, 8, 58 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs", "C#", 51, 0, 0, 0, 0, 7, 58 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs", "C#", 12, 0, 0, 0, 0, 0, 12 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs", "C#", 17, 0, 0, 0, 0, 2, 19 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs", "C#", 45, 0, 0, 0, 0, 5, 50 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs", "C#", 234, 0, 0, 0, 0, 25, 259 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs", "C#", -28, 0, 0, 0, -4, -7, -39 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs", "C#", 89, 0, 0, 0, -3, 23, 109 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\Process.cs", "C#", 164, 0, 0, 0, 0, 20, 184 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs", "C#", 77, 0, 0, 0, 0, 15, 92 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs", "C#", 53, 0, 0, 0, 0, 11, 64 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs", "C#", 45, 0, 0, 0, 0, 7, 52 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md", "Markdown", 0, 0, 0, 67, 0, 14, 81 +"Total", "-", 1834, 3, 4, 67, 19, 268, 2195 \ No newline at end of file diff --git a/.VSCodeCounter/2026-02-28_22-08-29/diff.md b/.VSCodeCounter/2026-02-28_22-08-29/diff.md new file mode 100644 index 0000000..7c64f48 --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/diff.md @@ -0,0 +1,42 @@ +# Diff Summary + +Date : 2026-02-28 22:08:29 + +Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS + +Total : 26 files, 1908 codes, 19 comments, 268 blanks, all 2195 lines + +[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md) + +## Languages +| language | files | code | comment | blank | total | +| :--- | ---: | ---: | ---: | ---: | ---: | +| C# | 23 | 1,834 | 19 | 253 | 2,106 | +| Markdown | 1 | 67 | 0 | 14 | 81 | +| XML | 1 | 4 | 0 | 0 | 4 | +| PowerShell | 1 | 3 | 0 | 1 | 4 | + +## Directories +| path | files | code | comment | blank | total | +| :--- | ---: | ---: | ---: | ---: | ---: | +| . | 26 | 1,908 | 19 | 268 | 2,195 | +| . (Files) | 4 | 180 | 26 | 33 | 239 | +| Editor | 1 | 612 | 0 | 67 | 679 | +| Interpreter | 1 | 7 | 0 | 1 | 8 | +| Interpreter\\UniLua | 1 | 7 | 0 | 1 | 8 | +| Settings | 1 | 20 | 0 | 1 | 21 | +| Shell | 13 | 594 | -4 | 76 | 666 | +| Shell (Files) | 2 | -19 | -4 | -7 | -30 | +| Shell\\Commands | 11 | 613 | 0 | 83 | 696 | +| Shell\\Commands\\Help | 1 | 23 | 0 | 3 | 26 | +| Shell\\Commands\\Info | 1 | 5 | 0 | 1 | 6 | +| Shell\\Commands\\Script | 3 | 176 | 0 | 32 | 208 | +| Shell\\Commands\\System | 3 | 113 | 0 | 15 | 128 | +| Shell\\Commands\\User | 1 | 17 | 0 | 2 | 19 | +| Shell\\Commands\\Utility | 2 | 279 | 0 | 30 | 309 | +| System | 5 | 428 | -3 | 76 | 501 | +| docs | 1 | 67 | 0 | 14 | 81 | +| docs\\cmleonos | 1 | 67 | 0 | 14 | 81 | +| docs\\cmleonos\\docs | 1 | 67 | 0 | 14 | 81 | + +[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md) \ No newline at end of file diff --git a/.VSCodeCounter/2026-02-28_22-08-29/diff.txt b/.VSCodeCounter/2026-02-28_22-08-29/diff.txt new file mode 100644 index 0000000..1152c1a --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/diff.txt @@ -0,0 +1,71 @@ +Date : 2026-02-28 22:08:29 +Directory : c:\Users\leon\source\repos\CMLeonOS\CMLeonOS +Total : 26 files, 1908 codes, 19 comments, 268 blanks, all 2195 lines + +Languages ++------------+------------+------------+------------+------------+------------+ +| language | files | code | comment | blank | total | ++------------+------------+------------+------------+------------+------------+ +| C# | 23 | 1,834 | 19 | 253 | 2,106 | +| Markdown | 1 | 67 | 0 | 14 | 81 | +| XML | 1 | 4 | 0 | 0 | 4 | +| PowerShell | 1 | 3 | 0 | 1 | 4 | ++------------+------------+------------+------------+------------+------------+ + +Directories ++---------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ +| path | files | code | comment | blank | total | ++---------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ +| . | 26 | 1,908 | 19 | 268 | 2,195 | +| . (Files) | 4 | 180 | 26 | 33 | 239 | +| Editor | 1 | 612 | 0 | 67 | 679 | +| Interpreter | 1 | 7 | 0 | 1 | 8 | +| Interpreter\UniLua | 1 | 7 | 0 | 1 | 8 | +| Settings | 1 | 20 | 0 | 1 | 21 | +| Shell | 13 | 594 | -4 | 76 | 666 | +| Shell (Files) | 2 | -19 | -4 | -7 | -30 | +| Shell\Commands | 11 | 613 | 0 | 83 | 696 | +| Shell\Commands\Help | 1 | 23 | 0 | 3 | 26 | +| Shell\Commands\Info | 1 | 5 | 0 | 1 | 6 | +| Shell\Commands\Script | 3 | 176 | 0 | 32 | 208 | +| Shell\Commands\System | 3 | 113 | 0 | 15 | 128 | +| Shell\Commands\User | 1 | 17 | 0 | 2 | 19 | +| Shell\Commands\Utility | 2 | 279 | 0 | 30 | 309 | +| System | 5 | 428 | -3 | 76 | 501 | +| docs | 1 | 67 | 0 | 14 | 81 | +| docs\cmleonos | 1 | 67 | 0 | 14 | 81 | +| docs\cmleonos\docs | 1 | 67 | 0 | 14 | 81 | ++---------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ + +Files ++---------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ +| filename | language | code | comment | blank | total | ++---------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs | C# | 131 | 2 | 25 | 158 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BuildTime.ps1 | PowerShell | 3 | 0 | 1 | 4 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj | XML | 4 | 0 | 0 | 4 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs | C# | 612 | 0 | 67 | 679 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs | C# | 7 | 0 | 1 | 8 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs | C# | 42 | 24 | 7 | 73 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs | C# | 20 | 0 | 1 | 21 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs | C# | 9 | 0 | 0 | 9 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs | C# | 23 | 0 | 3 | 26 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs | C# | 5 | 0 | 1 | 6 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs | C# | 69 | 0 | 14 | 83 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs | C# | 58 | 0 | 13 | 71 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs | C# | 49 | 0 | 5 | 54 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs | C# | 50 | 0 | 8 | 58 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs | C# | 51 | 0 | 7 | 58 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs | C# | 12 | 0 | 0 | 12 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs | C# | 17 | 0 | 2 | 19 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs | C# | 45 | 0 | 5 | 50 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs | C# | 234 | 0 | 25 | 259 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs | C# | -28 | -4 | -7 | -39 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs | C# | 89 | -3 | 23 | 109 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\Process.cs | C# | 164 | 0 | 20 | 184 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs | C# | 77 | 0 | 15 | 92 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs | C# | 53 | 0 | 11 | 64 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs | C# | 45 | 0 | 7 | 52 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md | Markdown | 67 | 0 | 14 | 81 | +| Total | | 1,908 | 19 | 268 | 2,195 | ++---------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ \ No newline at end of file diff --git a/.VSCodeCounter/2026-02-28_22-08-29/results.csv b/.VSCodeCounter/2026-02-28_22-08-29/results.csv new file mode 100644 index 0000000..7365365 --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/results.csv @@ -0,0 +1,158 @@ +"filename", "language", "C#", "PowerShell", "Markdown", "Batch", "XML", "JSON", "Lua", "YAML", "HTML", "JavaScript", "PostCSS", "comment", "blank", "total" +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs", "C#", 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 25, 158 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Branswe.md", "Markdown", 0, 0, 261, 0, 0, 0, 0, 0, 0, 0, 0, 0, 67, 328 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Build.bat", "Batch", 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BuildTime.ps1", "PowerShell", 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj", "XML", 0, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 1, 14, 103 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Editor.cs", "C#", 267, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 35, 331 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs", "C#", 1339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 160, 1515 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\GenerateGitCommit.ps1", "PowerShell", 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 25 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\Branswe.cs", "C#", 482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 53, 563 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 48 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs", "C#", 1101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 157, 1284 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs", "C#", 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 27, 129 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs", "C#", 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 50, 344 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs", "C#", 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 220 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs", "C#", 627, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 93, 760 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs", "C#", 1335, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 240, 1639 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs", "C#", 643, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 92, 756 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs", "C#", 406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 43, 458 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs", "C#", 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 205 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs", "C#", 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 153 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs", "C#", 443, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 55, 517 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs", "C#", 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 26 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs", "C#", 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 64 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs", "C#", 115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18, 135 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs", "C#", 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 20, 95 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs", "C#", 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 19, 101 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs", "C#", 461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 65, 526 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs", "C#", 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 49, 344 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs", "C#", 367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 52, 420 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs", "C#", 316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 366 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs", "C#", 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57, 47, 360 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs", "C#", 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 51, 307 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs", "C#", 869, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 61, 938 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs", "C#", 465, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37, 80, 582 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs", "C#", 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 24, 282 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs", "C#", 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 27, 165 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs", "C#", 1588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139, 219, 1946 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs", "C#", 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10, 103 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 20 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs", "C#", 321, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 50, 377 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs", "C#", 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 39, 239 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs", "C#", 1038, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 161, 1257 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs", "C#", 391, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 87, 74, 552 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LISENCE.md", "Markdown", 0, 0, 485, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 595 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogEntry.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 46 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs", "C#", 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 112 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 16 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\calculator.lua", "Lua", 0, 0, 0, 0, 0, 0, 87, 0, 0, 0, 0, 0, 11, 98 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\helloworld.lua", "Lua", 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 3 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\testspeed.lua", "Lua", 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 1, 0, 7 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\README.md", "Markdown", 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs", "C#", 160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 178 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs", "C#", 232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 233 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs", "C#", 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 27 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs", "C#", 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 27 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs", "C#", 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 185 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CatCommand.cs", "C#", 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs", "C#", 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 46 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs", "C#", 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 33 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs", "C#", 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 42 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs", "C#", 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs", "C#", 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 22 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 48 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs", "C#", 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 57 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs", "C#", 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 66 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs", "C#", 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 30 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs", "C#", 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 55 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs", "C#", 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 28 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs", "C#", 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 78 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs", "C#", 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 51 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs", "C#", 554, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 583 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs", "C#", 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs", "C#", 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 25 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs", "C#", 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 248 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs", "C#", 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 48 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs", "C#", 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 83 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs", "C#", 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 63 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs", "C#", 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 71 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs", "C#", 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 257 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs", "C#", 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs", "C#", 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 58 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs", "C#", 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 58 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs", "C#", 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 82 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs", "C#", 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 46 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs", "C#", 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs", "C#", 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 86 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestTUICommand.cs", "C#", 583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 102, 685 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs", "C#", 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 31 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs", "C#", 114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 128 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs", "C#", 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 159 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AppManagerCommand.cs", "C#", 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 195 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs", "C#", 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 117 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs", "C#", 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 101 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs", "C#", 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 60 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcGuiCommand.cs", "C#", 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 335 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs", "C#", 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 70 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs", "C#", 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 50 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs", "C#", 234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 259 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs", "C#", 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 17 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\MatrixCommand.cs", "C#", 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 75 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs", "C#", 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\SnakeCommand.cs", "C#", 164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 191 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs", "C#", 1509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 271, 1799 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\UsageGenerator.cs", "C#", 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 242 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs", "C#", 493, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 63, 574 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\Process.cs", "C#", 164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 184 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs", "C#", 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 92 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs", "C#", 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 64 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs", "C#", 736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 111, 858 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs", "C#", 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 28, 158 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\Components.cs", "C#", 960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 144, 1104 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUI.cs", "C#", 260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 42, 304 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUIDemo.cs", "C#", 279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 54, 333 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs", "C#", 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 56, 22, 164 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs", "C#", 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 17, 173 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs", "C#", 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 127 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs", "C#", 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 41, 226 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs", "C#", 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 34 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vue_devtools-api.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 4356, 0, 145, 5, 4506 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vuepress_shared.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 134, 0, 2, 1, 137 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\_metadata.json", "JSON", 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 37 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\chunk-OARA6QKZ.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 12582, 0, 238, 5, 12825 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\package.json", "JSON", 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 4 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue-router.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 2371, 0, 25, 9, 2405 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 346, 0, 0, 1, 347 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\config.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 1, 7, 20 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\404.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-ByTdGTSm.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-C1vKFkGc.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 4, 1, 33 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-DsR2axk8.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, 0, 0, 1, 154 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-CfHiKCXZ.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-BMbDjf_W.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-3_L4TJjQ.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 1, 304 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\style-BmL0kmLr.css", "PostCSS", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\commands.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 192, 0, 0, 0, 4, 196 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\get-started.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\index.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\lua.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 342, 0, 0, 0, 4, 346 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\README.md", "Markdown", 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 37 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md", "Markdown", 0, 0, 742, 0, 0, 0, 0, 0, 0, 0, 0, 0, 215, 957 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\get-started.md", "Markdown", 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md", "Markdown", 0, 0, 996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 356, 1352 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\package.json", "JSON", 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 1, 21 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\pnpm-lock.yaml", "YAML", 0, 0, 0, 0, 0, 0, 0, 2410, 0, 0, 0, 0, 674, 3084 +"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\global.json", "JSON", 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 6 +"Total", "-", 25917, 25, 2535, 1, 88, 66, 96, 2410, 654, 20288, 1, 1281, 5298, 58660 \ No newline at end of file diff --git a/.VSCodeCounter/2026-02-28_22-08-29/results.json b/.VSCodeCounter/2026-02-28_22-08-29/results.json new file mode 100644 index 0000000..372eebf --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/results.json @@ -0,0 +1 @@ +{"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Utils/Version.cs":{"language":"C#","code":28,"comment":0,"blank":6},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Utils/EnvironmentVariableManager.cs":{"language":"C#","code":151,"comment":5,"blank":17},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Utils/NetworkConfigManager.cs":{"language":"C#","code":111,"comment":0,"blank":16},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Utils/SHA256.cs":{"language":"C#","code":179,"comment":6,"blank":41},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Utils/Base64.cs":{"language":"C#","code":86,"comment":56,"blank":22},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/UI/TUIDemo.cs":{"language":"C#","code":279,"comment":0,"blank":54},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/UI/Components.cs":{"language":"C#","code":960,"comment":0,"blank":144},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/System/ShellProcess.cs":{"language":"C#","code":53,"comment":0,"blank":11},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/UI/TUI.cs":{"language":"C#","code":260,"comment":2,"blank":42},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/UI/CUI.cs":{"language":"C#","code":122,"comment":8,"blank":28},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/System/UserSystem.cs":{"language":"C#","code":736,"comment":11,"blank":111},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/System/Process.cs":{"language":"C#","code":164,"comment":0,"blank":20},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/System/ProcessManager.cs":{"language":"C#","code":77,"comment":0,"blank":15},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/UsageGenerator.cs":{"language":"C#","code":211,"comment":0,"blank":31},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/PromptCommand.cs":{"language":"C#","code":18,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/HistoryCommand.cs":{"language":"C#","code":15,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/SnakeCommand.cs":{"language":"C#","code":164,"comment":0,"blank":27},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/System/FileSystem.cs":{"language":"C#","code":493,"comment":18,"blank":63},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/CalcGuiCommand.cs":{"language":"C#","code":307,"comment":0,"blank":28},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/MatrixCommand.cs":{"language":"C#","code":62,"comment":0,"blank":13},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/HexEditor.cs":{"language":"C#","code":234,"comment":0,"blank":25},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Shell.cs":{"language":"C#","code":1509,"comment":19,"blank":271},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/BeepCommand.cs":{"language":"C#","code":11,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/HexCommand.cs":{"language":"C#","code":45,"comment":0,"blank":5},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/CalcCommand.cs":{"language":"C#","code":56,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/CalendarCommand.cs":{"language":"C#","code":57,"comment":0,"blank":13},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/Base64Command.cs":{"language":"C#","code":89,"comment":0,"blank":12},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/BackgroundCommand.cs":{"language":"C#","code":108,"comment":0,"blank":9},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/AliasCommand.cs":{"language":"C#","code":140,"comment":0,"blank":19},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Utility/AppManagerCommand.cs":{"language":"C#","code":165,"comment":0,"blank":30},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/User/UserCommand.cs":{"language":"C#","code":114,"comment":0,"blank":14},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/User/CpassCommand.cs":{"language":"C#","code":10,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/TestGuiCommand.cs":{"language":"C#","code":77,"comment":0,"blank":9},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/User/HostnameCommand.cs":{"language":"C#","code":27,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/TestTUICommand.cs":{"language":"C#","code":583,"comment":0,"blank":102},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/EchoCommand.cs":{"language":"C#","code":12,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/TimeCommand.cs":{"language":"C#","code":11,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/WhoamiCommand.cs":{"language":"C#","code":16,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/SettingsCommand.cs":{"language":"C#","code":74,"comment":0,"blank":8},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/UptimeCommand.cs":{"language":"C#","code":40,"comment":0,"blank":6},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/DateCommand.cs":{"language":"C#","code":11,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/GenerateGitCommit.ps1":{"language":"PowerShell","code":22,"comment":0,"blank":3},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/KillCommand.cs":{"language":"C#","code":50,"comment":0,"blank":8},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/README.md":{"language":"Markdown","code":2,"comment":0,"blank":0},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/PsCommand.cs":{"language":"C#","code":51,"comment":0,"blank":7},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/System/ClearCommand.cs":{"language":"C#","code":11,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/BuildTime.ps1":{"language":"PowerShell","code":3,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Build.bat":{"language":"Batch","code":1,"comment":1,"blank":0},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Branswe.md":{"language":"Markdown","code":261,"comment":0,"blank":67},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/LISENCE.md":{"language":"Markdown","code":485,"comment":0,"blank":110},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Kernel.cs":{"language":"C#","code":391,"comment":87,"blank":74},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/CMLeonOS.csproj":{"language":"XML","code":88,"comment":1,"blank":14},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/BootMenu.cs":{"language":"C#","code":131,"comment":2,"blank":25},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Script/LuaCommand.cs":{"language":"C#","code":230,"comment":0,"blank":27},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Script/ComCommand.cs":{"language":"C#","code":54,"comment":0,"blank":9},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Script/ClaCommand.cs":{"language":"C#","code":69,"comment":0,"blank":14},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/global.json":{"language":"JSON","code":6,"comment":0,"blank":0},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Script/BransweCommand.cs":{"language":"C#","code":42,"comment":0,"blank":6},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Editor/Editor.cs":{"language":"C#","code":267,"comment":29,"blank":35},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Logger/Logger.cs":{"language":"C#","code":94,"comment":0,"blank":18},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Editor/Nano.cs":{"language":"C#","code":1339,"comment":16,"blank":160},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Logger/LogLevel.cs":{"language":"C#","code":11,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Help/Help.cs":{"language":"C#","code":554,"comment":0,"blank":29},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Script/Lua2ClaCommand.cs":{"language":"C#","code":58,"comment":0,"blank":13},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Logger/LogEntry.cs":{"language":"C#","code":41,"comment":0,"blank":5},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/package.json":{"language":"JSON","code":20,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/LabyrinthCommand.cs":{"language":"C#","code":224,"comment":0,"blank":24},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/LuaApps/helloworld.lua":{"language":"Lua","code":3,"comment":0,"blank":0},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/LuaApps/testspeed.lua":{"language":"Lua","code":6,"comment":1,"blank":0},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/LuaApps/calculator.lua":{"language":"Lua","code":87,"comment":0,"blank":11},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/CommandList.cs":{"language":"C#","code":232,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Settings/Settings.cs":{"language":"C#","code":160,"comment":0,"blank":18},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Editor/EditCommand.cs":{"language":"C#","code":24,"comment":0,"blank":3},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Power/RestartCommand.cs":{"language":"C#","code":13,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Power/ShutdownCommand.cs":{"language":"C#","code":13,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/pnpm-lock.yaml":{"language":"YAML","code":2410,"comment":0,"blank":674},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/CdCommand.cs":{"language":"C#","code":10,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Editor/NanoCommand.cs":{"language":"C#","code":24,"comment":0,"blank":3},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/CatCommand.cs":{"language":"C#","code":18,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/MkdirCommand.cs":{"language":"C#","code":20,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Info/About.cs":{"language":"C#","code":12,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/Branswe.cs":{"language":"C#","code":482,"comment":28,"blank":53},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/LuaApps.cs":{"language":"C#","code":13,"comment":0,"blank":3},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/LsCommand.cs":{"language":"C#","code":10,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Environment/EnvCommand.cs":{"language":"C#","code":175,"comment":0,"blank":10},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/HeadCommand.cs":{"language":"C#","code":46,"comment":0,"blank":8},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/Info/Version.cs":{"language":"C#","code":22,"comment":0,"blank":3},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/FindCommand.cs":{"language":"C#","code":37,"comment":0,"blank":5},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/DiskInfoCommand.cs":{"language":"C#","code":28,"comment":0,"blank":5},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/CopyCommand.cs":{"language":"C#","code":40,"comment":0,"blank":6},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/RmCommand.cs":{"language":"C#","code":60,"comment":0,"blank":6},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/PwdCommand.cs":{"language":"C#","code":11,"comment":0,"blank":2},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/MoveCommand.cs":{"language":"C#","code":41,"comment":0,"blank":7},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/RenameCommand.cs":{"language":"C#","code":48,"comment":0,"blank":9},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/RmdirCommand.cs":{"language":"C#","code":27,"comment":0,"blank":3},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/TreeCommand.cs":{"language":"C#","code":67,"comment":0,"blank":11},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/TailCommand.cs":{"language":"C#","code":47,"comment":0,"blank":8},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/WordCountCommand.cs":{"language":"C#","code":45,"comment":0,"blank":6},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Shell/Commands/FileSystem/TouchCommand.cs":{"language":"C#","code":25,"comment":0,"blank":3},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/README.md":{"language":"Markdown","code":33,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/Util.cs":{"language":"C#","code":192,"comment":8,"blank":39},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/lua.md":{"language":"Markdown","code":996,"comment":0,"blank":356},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/ULDebug.cs":{"language":"C#","code":13,"comment":2,"blank":5},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/get-started.md":{"language":"Markdown","code":16,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/VM.cs":{"language":"C#","code":1038,"comment":58,"blank":161},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/Undump.cs":{"language":"C#","code":321,"comment":6,"blank":50},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/TagMethod.cs":{"language":"C#","code":91,"comment":2,"blank":10},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/Parser.cs":{"language":"C#","code":1588,"comment":139,"blank":219},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/OpCodes.cs":{"language":"C#","code":131,"comment":7,"blank":27},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/commands.md":{"language":"Markdown","code":742,"comment":0,"blank":215},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaTableLib.cs":{"language":"C#","code":250,"comment":8,"blank":24},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaTable.cs":{"language":"C#","code":465,"comment":37,"blank":80},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaStrLib.cs":{"language":"C#","code":869,"comment":8,"blank":61},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaPkgLib.cs":{"language":"C#","code":256,"comment":57,"blank":47},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaOsLib.cs":{"language":"C#","code":316,"comment":0,"blank":50},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaMathLib.cs":{"language":"C#","code":285,"comment":10,"blank":49},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaState.cs":{"language":"C#","code":250,"comment":6,"blank":51},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaIOLib.cs":{"language":"C#","code":70,"comment":12,"blank":19},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaDebugLib.cs":{"language":"C#","code":20,"comment":0,"blank":6},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaObject.cs":{"language":"C#","code":367,"comment":1,"blank":52},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaFunc.cs":{"language":"C#","code":69,"comment":6,"blank":20},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaFile.cs":{"language":"C#","code":115,"comment":2,"blank":18},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaJsonLib.cs":{"language":"C#","code":461,"comment":0,"blank":65},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaEncLib.cs":{"language":"C#","code":51,"comment":0,"blank":13},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaDebug.cs":{"language":"C#","code":443,"comment":19,"blank":55},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaCoroLib.cs":{"language":"C#","code":137,"comment":0,"blank":16},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaBitLib.cs":{"language":"C#","code":179,"comment":0,"blank":26},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaBaseLib.cs":{"language":"C#","code":406,"comment":9,"blank":43},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaAPI.cs":{"language":"C#","code":1335,"comment":64,"blank":240},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LuaAuxLib.cs":{"language":"C#","code":643,"comment":21,"blank":92},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/Dump.cs":{"language":"C#","code":187,"comment":0,"blank":33},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/Do.cs":{"language":"C#","code":269,"comment":25,"blank":50},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/Common.cs":{"language":"C#","code":99,"comment":3,"blank":27},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/Coder.cs":{"language":"C#","code":1101,"comment":26,"blank":157},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/LLex.cs":{"language":"C#","code":627,"comment":40,"blank":93},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/Interpreter/UniLua/ByteString.cs":{"language":"C#","code":41,"comment":0,"blank":7},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/index.html":{"language":"HTML","code":40,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/assets/index.html-BMbDjf_W.js":{"language":"JavaScript","code":1,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/get-started.html":{"language":"HTML","code":40,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/commands.html":{"language":"HTML","code":192,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/lua.html":{"language":"HTML","code":342,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/assets/commands.html-DsR2axk8.js":{"language":"JavaScript","code":153,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css":{"language":"PostCSS","code":1,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/config.js":{"language":"JavaScript","code":12,"comment":1,"blank":7},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/assets/lua.html-3_L4TJjQ.js":{"language":"JavaScript","code":303,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/assets/404.html-ByTdGTSm.js":{"language":"JavaScript","code":1,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-CfHiKCXZ.js":{"language":"JavaScript","code":1,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/.cache/deps/vue.js":{"language":"JavaScript","code":346,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/404.html":{"language":"HTML","code":40,"comment":0,"blank":4},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/.cache/deps/_metadata.json":{"language":"JSON","code":37,"comment":0,"blank":0},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/.cache/deps/package.json":{"language":"JSON","code":3,"comment":0,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/dist/assets/app-C1vKFkGc.js":{"language":"JavaScript","code":28,"comment":4,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/.cache/deps/%40vue_devtools-api.js":{"language":"JavaScript","code":4356,"comment":145,"blank":5},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/.cache/deps/vue-router.js":{"language":"JavaScript","code":2371,"comment":25,"blank":9},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/.cache/deps/%40vuepress_shared.js":{"language":"JavaScript","code":134,"comment":2,"blank":1},"file:///c%3A/Users/leon/source/repos/CMLeonOS/CMLeonOS/docs/cmleonos/docs/.vuepress/.cache/deps/chunk-OARA6QKZ.js":{"language":"JavaScript","code":12582,"comment":238,"blank":5}} \ No newline at end of file diff --git a/.VSCodeCounter/2026-02-28_22-08-29/results.md b/.VSCodeCounter/2026-02-28_22-08-29/results.md new file mode 100644 index 0000000..bfa9fc7 --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/results.md @@ -0,0 +1,68 @@ +# Summary + +Date : 2026-02-28 22:08:29 + +Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS + +Total : 156 files, 52081 codes, 1281 comments, 5298 blanks, all 58660 lines + +Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md) + +## Languages +| language | files | code | comment | blank | total | +| :--- | ---: | ---: | ---: | ---: | ---: | +| C# | 119 | 25,917 | 863 | 3,782 | 30,562 | +| JavaScript | 12 | 20,288 | 415 | 34 | 20,737 | +| Markdown | 7 | 2,535 | 0 | 756 | 3,291 | +| YAML | 1 | 2,410 | 0 | 674 | 3,084 | +| HTML | 5 | 654 | 0 | 20 | 674 | +| Lua | 3 | 96 | 1 | 11 | 108 | +| XML | 1 | 88 | 1 | 14 | 103 | +| JSON | 4 | 66 | 0 | 2 | 68 | +| PowerShell | 2 | 25 | 0 | 4 | 29 | +| Batch | 1 | 1 | 1 | 0 | 2 | +| PostCSS | 1 | 1 | 0 | 1 | 2 | + +## Directories +| path | files | code | comment | blank | total | +| :--- | ---: | ---: | ---: | ---: | ---: | +| . | 156 | 52,081 | 1,281 | 5,298 | 58,660 | +| . (Files) | 11 | 1,403 | 91 | 297 | 1,791 | +| Editor | 2 | 1,606 | 45 | 195 | 1,846 | +| Interpreter | 34 | 13,167 | 604 | 1,958 | 15,729 | +| Interpreter (Files) | 1 | 482 | 28 | 53 | 563 | +| Interpreter\\UniLua | 33 | 12,685 | 576 | 1,905 | 15,166 | +| Logger | 3 | 146 | 0 | 24 | 170 | +| LuaApps | 3 | 96 | 1 | 11 | 108 | +| Settings | 1 | 160 | 0 | 18 | 178 | +| Shell | 62 | 6,604 | 19 | 895 | 7,518 | +| Shell (Files) | 3 | 1,952 | 19 | 303 | 2,274 | +| Shell\\Commands | 59 | 4,652 | 0 | 592 | 5,244 | +| Shell\\Commands (Files) | 3 | 884 | 0 | 135 | 1,019 | +| Shell\\Commands\\Editor | 2 | 48 | 0 | 6 | 54 | +| Shell\\Commands\\Environment | 1 | 175 | 0 | 10 | 185 | +| Shell\\Commands\\FileSystem | 17 | 580 | 0 | 85 | 665 | +| Shell\\Commands\\Help | 1 | 554 | 0 | 29 | 583 | +| Shell\\Commands\\Info | 2 | 34 | 0 | 5 | 39 | +| Shell\\Commands\\Power | 2 | 26 | 0 | 4 | 30 | +| Shell\\Commands\\Script | 5 | 453 | 0 | 69 | 522 | +| Shell\\Commands\\System | 9 | 276 | 0 | 39 | 315 | +| Shell\\Commands\\User | 3 | 151 | 0 | 19 | 170 | +| Shell\\Commands\\Utility | 14 | 1,471 | 0 | 191 | 1,662 | +| System | 5 | 1,523 | 29 | 220 | 1,772 | +| UI | 4 | 1,621 | 10 | 268 | 1,899 | +| Utils | 5 | 555 | 67 | 102 | 724 | +| docs | 26 | 25,200 | 415 | 1,310 | 26,925 | +| docs\\cmleonos | 26 | 25,200 | 415 | 1,310 | 26,925 | +| docs\\cmleonos (Files) | 2 | 2,430 | 0 | 675 | 3,105 | +| docs\\cmleonos\\docs | 24 | 22,770 | 415 | 635 | 23,820 | +| docs\\cmleonos\\docs (Files) | 4 | 1,787 | 0 | 579 | 2,366 | +| docs\\cmleonos\\docs\\.vuepress | 20 | 20,983 | 415 | 56 | 21,454 | +| docs\\cmleonos\\docs\\.vuepress (Files) | 1 | 12 | 1 | 7 | 20 | +| docs\\cmleonos\\docs\\.vuepress\\.cache | 7 | 19,829 | 410 | 22 | 20,261 | +| docs\\cmleonos\\docs\\.vuepress\\.cache\\deps | 7 | 19,829 | 410 | 22 | 20,261 | +| docs\\cmleonos\\docs\\.vuepress\\dist | 12 | 1,142 | 4 | 27 | 1,173 | +| docs\\cmleonos\\docs\\.vuepress\\dist (Files) | 5 | 654 | 0 | 20 | 674 | +| docs\\cmleonos\\docs\\.vuepress\\dist\\assets | 7 | 488 | 4 | 7 | 499 | + +Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md) \ No newline at end of file diff --git a/.VSCodeCounter/2026-02-28_22-08-29/results.txt b/.VSCodeCounter/2026-02-28_22-08-29/results.txt new file mode 100644 index 0000000..d5176b0 --- /dev/null +++ b/.VSCodeCounter/2026-02-28_22-08-29/results.txt @@ -0,0 +1,227 @@ +Date : 2026-02-28 22:08:29 +Directory : c:\Users\leon\source\repos\CMLeonOS\CMLeonOS +Total : 156 files, 52081 codes, 1281 comments, 5298 blanks, all 58660 lines + +Languages ++------------+------------+------------+------------+------------+------------+ +| language | files | code | comment | blank | total | ++------------+------------+------------+------------+------------+------------+ +| C# | 119 | 25,917 | 863 | 3,782 | 30,562 | +| JavaScript | 12 | 20,288 | 415 | 34 | 20,737 | +| Markdown | 7 | 2,535 | 0 | 756 | 3,291 | +| YAML | 1 | 2,410 | 0 | 674 | 3,084 | +| HTML | 5 | 654 | 0 | 20 | 674 | +| Lua | 3 | 96 | 1 | 11 | 108 | +| XML | 1 | 88 | 1 | 14 | 103 | +| JSON | 4 | 66 | 0 | 2 | 68 | +| PowerShell | 2 | 25 | 0 | 4 | 29 | +| Batch | 1 | 1 | 1 | 0 | 2 | +| PostCSS | 1 | 1 | 0 | 1 | 2 | ++------------+------------+------------+------------+------------+------------+ + +Directories ++--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ +| path | files | code | comment | blank | total | ++--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ +| . | 156 | 52,081 | 1,281 | 5,298 | 58,660 | +| . (Files) | 11 | 1,403 | 91 | 297 | 1,791 | +| Editor | 2 | 1,606 | 45 | 195 | 1,846 | +| Interpreter | 34 | 13,167 | 604 | 1,958 | 15,729 | +| Interpreter (Files) | 1 | 482 | 28 | 53 | 563 | +| Interpreter\UniLua | 33 | 12,685 | 576 | 1,905 | 15,166 | +| Logger | 3 | 146 | 0 | 24 | 170 | +| LuaApps | 3 | 96 | 1 | 11 | 108 | +| Settings | 1 | 160 | 0 | 18 | 178 | +| Shell | 62 | 6,604 | 19 | 895 | 7,518 | +| Shell (Files) | 3 | 1,952 | 19 | 303 | 2,274 | +| Shell\Commands | 59 | 4,652 | 0 | 592 | 5,244 | +| Shell\Commands (Files) | 3 | 884 | 0 | 135 | 1,019 | +| Shell\Commands\Editor | 2 | 48 | 0 | 6 | 54 | +| Shell\Commands\Environment | 1 | 175 | 0 | 10 | 185 | +| Shell\Commands\FileSystem | 17 | 580 | 0 | 85 | 665 | +| Shell\Commands\Help | 1 | 554 | 0 | 29 | 583 | +| Shell\Commands\Info | 2 | 34 | 0 | 5 | 39 | +| Shell\Commands\Power | 2 | 26 | 0 | 4 | 30 | +| Shell\Commands\Script | 5 | 453 | 0 | 69 | 522 | +| Shell\Commands\System | 9 | 276 | 0 | 39 | 315 | +| Shell\Commands\User | 3 | 151 | 0 | 19 | 170 | +| Shell\Commands\Utility | 14 | 1,471 | 0 | 191 | 1,662 | +| System | 5 | 1,523 | 29 | 220 | 1,772 | +| UI | 4 | 1,621 | 10 | 268 | 1,899 | +| Utils | 5 | 555 | 67 | 102 | 724 | +| docs | 26 | 25,200 | 415 | 1,310 | 26,925 | +| docs\cmleonos | 26 | 25,200 | 415 | 1,310 | 26,925 | +| docs\cmleonos (Files) | 2 | 2,430 | 0 | 675 | 3,105 | +| docs\cmleonos\docs | 24 | 22,770 | 415 | 635 | 23,820 | +| docs\cmleonos\docs (Files) | 4 | 1,787 | 0 | 579 | 2,366 | +| docs\cmleonos\docs\.vuepress | 20 | 20,983 | 415 | 56 | 21,454 | +| docs\cmleonos\docs\.vuepress (Files) | 1 | 12 | 1 | 7 | 20 | +| docs\cmleonos\docs\.vuepress\.cache | 7 | 19,829 | 410 | 22 | 20,261 | +| docs\cmleonos\docs\.vuepress\.cache\deps | 7 | 19,829 | 410 | 22 | 20,261 | +| docs\cmleonos\docs\.vuepress\dist | 12 | 1,142 | 4 | 27 | 1,173 | +| docs\cmleonos\docs\.vuepress\dist (Files) | 5 | 654 | 0 | 20 | 674 | +| docs\cmleonos\docs\.vuepress\dist\assets | 7 | 488 | 4 | 7 | 499 | ++--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ + +Files ++--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ +| filename | language | code | comment | blank | total | ++--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs | C# | 131 | 2 | 25 | 158 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Branswe.md | Markdown | 261 | 0 | 67 | 328 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Build.bat | Batch | 1 | 1 | 0 | 2 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BuildTime.ps1 | PowerShell | 3 | 0 | 1 | 4 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj | XML | 88 | 1 | 14 | 103 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Editor.cs | C# | 267 | 29 | 35 | 331 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs | C# | 1,339 | 16 | 160 | 1,515 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\GenerateGitCommit.ps1 | PowerShell | 22 | 0 | 3 | 25 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\Branswe.cs | C# | 482 | 28 | 53 | 563 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs | C# | 41 | 0 | 7 | 48 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs | C# | 1,101 | 26 | 157 | 1,284 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs | C# | 99 | 3 | 27 | 129 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs | C# | 269 | 25 | 50 | 344 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs | C# | 187 | 0 | 33 | 220 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs | C# | 627 | 40 | 93 | 760 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs | C# | 1,335 | 64 | 240 | 1,639 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs | C# | 643 | 21 | 92 | 756 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs | C# | 406 | 9 | 43 | 458 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs | C# | 179 | 0 | 26 | 205 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs | C# | 137 | 0 | 16 | 153 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs | C# | 443 | 19 | 55 | 517 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs | C# | 20 | 0 | 6 | 26 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs | C# | 51 | 0 | 13 | 64 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs | C# | 115 | 2 | 18 | 135 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs | C# | 69 | 6 | 20 | 95 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs | C# | 70 | 12 | 19 | 101 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs | C# | 461 | 0 | 65 | 526 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs | C# | 285 | 10 | 49 | 344 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs | C# | 367 | 1 | 52 | 420 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs | C# | 316 | 0 | 50 | 366 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs | C# | 256 | 57 | 47 | 360 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs | C# | 250 | 6 | 51 | 307 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs | C# | 869 | 8 | 61 | 938 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs | C# | 465 | 37 | 80 | 582 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs | C# | 250 | 8 | 24 | 282 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs | C# | 131 | 7 | 27 | 165 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs | C# | 1,588 | 139 | 219 | 1,946 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs | C# | 91 | 2 | 10 | 103 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs | C# | 13 | 2 | 5 | 20 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs | C# | 321 | 6 | 50 | 377 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs | C# | 192 | 8 | 39 | 239 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs | C# | 1,038 | 58 | 161 | 1,257 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs | C# | 391 | 87 | 74 | 552 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LISENCE.md | Markdown | 485 | 0 | 110 | 595 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogEntry.cs | C# | 41 | 0 | 5 | 46 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs | C# | 11 | 0 | 1 | 12 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs | C# | 94 | 0 | 18 | 112 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps.cs | C# | 13 | 0 | 3 | 16 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\calculator.lua | Lua | 87 | 0 | 11 | 98 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\helloworld.lua | Lua | 3 | 0 | 0 | 3 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\testspeed.lua | Lua | 6 | 1 | 0 | 7 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\README.md | Markdown | 2 | 0 | 0 | 2 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs | C# | 160 | 0 | 18 | 178 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs | C# | 232 | 0 | 1 | 233 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs | C# | 24 | 0 | 3 | 27 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs | C# | 24 | 0 | 3 | 27 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs | C# | 175 | 0 | 10 | 185 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CatCommand.cs | C# | 18 | 0 | 2 | 20 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs | C# | 10 | 0 | 1 | 11 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs | C# | 40 | 0 | 6 | 46 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs | C# | 28 | 0 | 5 | 33 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs | C# | 37 | 0 | 5 | 42 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs | C# | 46 | 0 | 8 | 54 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs | C# | 10 | 0 | 1 | 11 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs | C# | 20 | 0 | 2 | 22 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs | C# | 41 | 0 | 7 | 48 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs | C# | 11 | 0 | 2 | 13 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs | C# | 48 | 0 | 9 | 57 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs | C# | 60 | 0 | 6 | 66 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs | C# | 27 | 0 | 3 | 30 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs | C# | 47 | 0 | 8 | 55 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs | C# | 25 | 0 | 3 | 28 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs | C# | 67 | 0 | 11 | 78 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs | C# | 45 | 0 | 6 | 51 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs | C# | 554 | 0 | 29 | 583 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs | C# | 12 | 0 | 2 | 14 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs | C# | 22 | 0 | 3 | 25 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs | C# | 224 | 0 | 24 | 248 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs | C# | 13 | 0 | 2 | 15 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs | C# | 13 | 0 | 2 | 15 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs | C# | 42 | 0 | 6 | 48 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs | C# | 69 | 0 | 14 | 83 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs | C# | 54 | 0 | 9 | 63 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs | C# | 58 | 0 | 13 | 71 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs | C# | 230 | 0 | 27 | 257 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs | C# | 11 | 0 | 2 | 13 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs | C# | 11 | 0 | 2 | 13 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs | C# | 12 | 0 | 2 | 14 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs | C# | 50 | 0 | 8 | 58 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs | C# | 51 | 0 | 7 | 58 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs | C# | 74 | 0 | 8 | 82 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs | C# | 11 | 0 | 2 | 13 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs | C# | 40 | 0 | 6 | 46 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs | C# | 16 | 0 | 2 | 18 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs | C# | 77 | 0 | 9 | 86 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestTUICommand.cs | C# | 583 | 0 | 102 | 685 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs | C# | 10 | 0 | 1 | 11 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs | C# | 27 | 0 | 4 | 31 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs | C# | 114 | 0 | 14 | 128 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs | C# | 140 | 0 | 19 | 159 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AppManagerCommand.cs | C# | 165 | 0 | 30 | 195 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs | C# | 108 | 0 | 9 | 117 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs | C# | 89 | 0 | 12 | 101 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs | C# | 11 | 0 | 2 | 13 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs | C# | 56 | 0 | 4 | 60 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcGuiCommand.cs | C# | 307 | 0 | 28 | 335 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs | C# | 57 | 0 | 13 | 70 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs | C# | 45 | 0 | 5 | 50 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs | C# | 234 | 0 | 25 | 259 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs | C# | 15 | 0 | 2 | 17 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\MatrixCommand.cs | C# | 62 | 0 | 13 | 75 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs | C# | 18 | 0 | 2 | 20 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\SnakeCommand.cs | C# | 164 | 0 | 27 | 191 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs | C# | 1,509 | 19 | 271 | 1,799 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\UsageGenerator.cs | C# | 211 | 0 | 31 | 242 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs | C# | 493 | 18 | 63 | 574 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\Process.cs | C# | 164 | 0 | 20 | 184 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs | C# | 77 | 0 | 15 | 92 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs | C# | 53 | 0 | 11 | 64 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs | C# | 736 | 11 | 111 | 858 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs | C# | 122 | 8 | 28 | 158 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\Components.cs | C# | 960 | 0 | 144 | 1,104 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUI.cs | C# | 260 | 2 | 42 | 304 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUIDemo.cs | C# | 279 | 0 | 54 | 333 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs | C# | 86 | 56 | 22 | 164 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs | C# | 151 | 5 | 17 | 173 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs | C# | 111 | 0 | 16 | 127 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs | C# | 179 | 6 | 41 | 226 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs | C# | 28 | 0 | 6 | 34 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vue_devtools-api.js | JavaScript | 4,356 | 145 | 5 | 4,506 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vuepress_shared.js | JavaScript | 134 | 2 | 1 | 137 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\_metadata.json | JSON | 37 | 0 | 0 | 37 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\chunk-OARA6QKZ.js | JavaScript | 12,582 | 238 | 5 | 12,825 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\package.json | JSON | 3 | 0 | 1 | 4 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue-router.js | JavaScript | 2,371 | 25 | 9 | 2,405 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue.js | JavaScript | 346 | 0 | 1 | 347 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\config.js | JavaScript | 12 | 1 | 7 | 20 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\404.html | HTML | 40 | 0 | 4 | 44 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-ByTdGTSm.js | JavaScript | 1 | 0 | 1 | 2 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-C1vKFkGc.js | JavaScript | 28 | 4 | 1 | 33 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-DsR2axk8.js | JavaScript | 153 | 0 | 1 | 154 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-CfHiKCXZ.js | JavaScript | 1 | 0 | 1 | 2 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-BMbDjf_W.js | JavaScript | 1 | 0 | 1 | 2 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-3_L4TJjQ.js | JavaScript | 303 | 0 | 1 | 304 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\style-BmL0kmLr.css | PostCSS | 1 | 0 | 1 | 2 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\commands.html | HTML | 192 | 0 | 4 | 196 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\get-started.html | HTML | 40 | 0 | 4 | 44 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\index.html | HTML | 40 | 0 | 4 | 44 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\lua.html | HTML | 342 | 0 | 4 | 346 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\README.md | Markdown | 33 | 0 | 4 | 37 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md | Markdown | 742 | 0 | 215 | 957 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\get-started.md | Markdown | 16 | 0 | 4 | 20 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md | Markdown | 996 | 0 | 356 | 1,352 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\package.json | JSON | 20 | 0 | 1 | 21 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\pnpm-lock.yaml | YAML | 2,410 | 0 | 674 | 3,084 | +| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\global.json | JSON | 6 | 0 | 0 | 6 | +| Total | | 52,081 | 1,281 | 5,298 | 58,660 | ++--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+ \ No newline at end of file diff --git a/utils/Version.cs b/utils/Version.cs index 8114116..549b348 100644 --- a/utils/Version.cs +++ b/utils/Version.cs @@ -7,7 +7,7 @@ namespace CMLeonOS public static string Major = "1"; public static string Minor = "0"; public static string Patch = "0"; - public static string VersionType = "PreRelease 2"; + public static string VersionType = "Release"; public static string GitCommit = "unknown"; public static string FullVersion