Files
CMLeonOS/.VSCodeCounter/2026-02-11_18-21-42/details.md
2026-02-11 23:12:33 +08:00

15 KiB

Details

Date : 2026-02-11 18:21:42

Directory c:\Users\leon\source\repos\CMLeonOS\CMLeonOS

Total : 145 files, 50173 codes, 1262 comments, 5030 blanks, all 56465 lines

Summary / Details / Diff Summary / Diff Details

Files

filename language code comment blank total
Branswe.md Markdown 261 0 67 328
Build.bat Batch 1 1 0 2
CMLeonOS.csproj XML 84 1 14 99
Editor/Editor.cs C# 267 29 35 331
Editor/Nano.cs C# 727 16 93 836
GenerateGitCommit.ps1 PowerShell 22 0 3 25
Interpreter/Branswe.cs C# 482 28 53 563
Interpreter/UniLua/ByteString.cs C# 41 0 7 48
Interpreter/UniLua/Coder.cs C# 1,101 26 157 1,284
Interpreter/UniLua/Common.cs C# 99 3 27 129
Interpreter/UniLua/Do.cs C# 269 25 50 344
Interpreter/UniLua/Dump.cs C# 187 0 33 220
Interpreter/UniLua/LLex.cs C# 627 40 93 760
Interpreter/UniLua/LuaAPI.cs C# 1,335 64 240 1,639
Interpreter/UniLua/LuaAuxLib.cs C# 643 21 92 756
Interpreter/UniLua/LuaBaseLib.cs C# 406 9 43 458
Interpreter/UniLua/LuaBitLib.cs C# 179 0 26 205
Interpreter/UniLua/LuaCoroLib.cs C# 137 0 16 153
Interpreter/UniLua/LuaDebug.cs C# 443 19 55 517
Interpreter/UniLua/LuaDebugLib.cs C# 20 0 6 26
Interpreter/UniLua/LuaEncLib.cs C# 51 0 13 64
Interpreter/UniLua/LuaFile.cs C# 115 2 18 135
Interpreter/UniLua/LuaFunc.cs C# 69 6 20 95
Interpreter/UniLua/LuaIOLib.cs C# 70 12 19 101
Interpreter/UniLua/LuaJsonLib.cs C# 461 0 65 526
Interpreter/UniLua/LuaMathLib.cs C# 285 10 49 344
Interpreter/UniLua/LuaObject.cs C# 367 1 52 420
Interpreter/UniLua/LuaOsLib.cs C# 309 0 49 358
Interpreter/UniLua/LuaPkgLib.cs C# 256 57 47 360
Interpreter/UniLua/LuaState.cs C# 250 6 51 307
Interpreter/UniLua/LuaStrLib.cs C# 869 8 61 938
Interpreter/UniLua/LuaTable.cs C# 465 37 80 582
Interpreter/UniLua/LuaTableLib.cs C# 250 8 24 282
Interpreter/UniLua/OpCodes.cs C# 131 7 27 165
Interpreter/UniLua/Parser.cs C# 1,588 139 219 1,946
Interpreter/UniLua/TagMethod.cs C# 91 2 10 103
Interpreter/UniLua/ULDebug.cs C# 13 2 5 20
Interpreter/UniLua/Undump.cs C# 321 6 50 377
Interpreter/UniLua/Util.cs C# 192 8 39 239
Interpreter/UniLua/VM.cs C# 1,038 58 161 1,257
Kernel.cs C# 349 63 67 479
LISENCE.md Markdown 485 0 110 595
Logger/LogEntry.cs C# 41 0 5 46
Logger/LogLevel.cs C# 11 0 1 12
Logger/Logger.cs C# 94 0 18 112
LuaApps.cs C# 13 0 3 16
LuaApps/calculator.lua Lua 87 0 11 98
LuaApps/helloworld.lua Lua 3 0 0 3
LuaApps/testspeed.lua Lua 6 1 0 7
README.md Markdown 2 0 0 2
Settings/Settings.cs C# 140 0 17 157
Shell/CommandList.cs C# 223 0 1 224
Shell/Commands/Editor/EditCommand.cs C# 24 0 3 27
Shell/Commands/Editor/NanoCommand.cs C# 24 0 3 27
Shell/Commands/Environment/EnvCommand.cs C# 175 0 10 185
Shell/Commands/FileSystem/CatCommand.cs C# 18 0 2 20
Shell/Commands/FileSystem/CdCommand.cs C# 10 0 1 11
Shell/Commands/FileSystem/CopyCommand.cs C# 40 0 6 46
Shell/Commands/FileSystem/DiskInfoCommand.cs C# 28 0 5 33
Shell/Commands/FileSystem/FindCommand.cs C# 37 0 5 42
Shell/Commands/FileSystem/HeadCommand.cs C# 46 0 8 54
Shell/Commands/FileSystem/LsCommand.cs C# 10 0 1 11
Shell/Commands/FileSystem/MkdirCommand.cs C# 20 0 2 22
Shell/Commands/FileSystem/MoveCommand.cs C# 41 0 7 48
Shell/Commands/FileSystem/PwdCommand.cs C# 11 0 2 13
Shell/Commands/FileSystem/RenameCommand.cs C# 48 0 9 57
Shell/Commands/FileSystem/RmCommand.cs C# 60 0 6 66
Shell/Commands/FileSystem/RmdirCommand.cs C# 27 0 3 30
Shell/Commands/FileSystem/TailCommand.cs C# 47 0 8 55
Shell/Commands/FileSystem/TouchCommand.cs C# 25 0 3 28
Shell/Commands/FileSystem/TreeCommand.cs C# 67 0 11 78
Shell/Commands/FileSystem/WordCountCommand.cs C# 45 0 6 51
Shell/Commands/Help/Help.cs C# 531 0 26 557
Shell/Commands/Info/About.cs C# 12 0 2 14
Shell/Commands/Info/Version.cs C# 17 0 2 19
Shell/Commands/LabyrinthCommand.cs C# 224 0 24 248
Shell/Commands/Power/RestartCommand.cs C# 13 0 2 15
Shell/Commands/Power/ShutdownCommand.cs C# 13 0 2 15
Shell/Commands/Script/BransweCommand.cs C# 42 0 6 48
Shell/Commands/Script/ComCommand.cs C# 54 0 9 63
Shell/Commands/Script/LuaCommand.cs C# 181 0 22 203
Shell/Commands/System/ClearCommand.cs C# 11 0 2 13
Shell/Commands/System/DateCommand.cs C# 11 0 2 13
Shell/Commands/System/EchoCommand.cs C# 12 0 2 14
Shell/Commands/System/SettingsCommand.cs C# 62 0 8 70
Shell/Commands/System/TimeCommand.cs C# 11 0 2 13
Shell/Commands/System/UptimeCommand.cs C# 40 0 6 46
Shell/Commands/System/WhoamiCommand.cs C# 16 0 2 18
Shell/Commands/TestGuiCommand.cs C# 77 0 9 86
Shell/Commands/TestTUICommand.cs C# 583 0 102 685
Shell/Commands/User/CpassCommand.cs C# 10 0 1 11
Shell/Commands/User/HostnameCommand.cs C# 27 0 4 31
Shell/Commands/User/UserCommand.cs C# 97 0 12 109
Shell/Commands/Utility/AliasCommand.cs C# 140 0 19 159
Shell/Commands/Utility/AppManagerCommand.cs C# 165 0 30 195
Shell/Commands/Utility/BackgroundCommand.cs C# 108 0 9 117
Shell/Commands/Utility/Base64Command.cs C# 89 0 12 101
Shell/Commands/Utility/BeepCommand.cs C# 11 0 2 13
Shell/Commands/Utility/CalcCommand.cs C# 56 0 4 60
Shell/Commands/Utility/CalcGuiCommand.cs C# 307 0 28 335
Shell/Commands/Utility/CalendarCommand.cs C# 57 0 13 70
Shell/Commands/Utility/HistoryCommand.cs C# 15 0 2 17
Shell/Commands/Utility/MatrixCommand.cs C# 62 0 13 75
Shell/Commands/Utility/PromptCommand.cs C# 18 0 2 20
Shell/Commands/Utility/SnakeCommand.cs C# 164 0 27 191
Shell/Shell.cs C# 1,537 23 278 1,838
Shell/UsageGenerator.cs C# 211 0 31 242
System/FileSystem.cs C# 404 21 40 465
System/UserSystem.cs C# 691 11 104 806
UI/CUI.cs C# 122 8 28 158
UI/Components.cs C# 960 0 144 1,104
UI/TUI.cs C# 260 2 42 304
UI/TUIDemo.cs C# 279 0 54 333
Utils/Base64.cs C# 86 56 22 164
Utils/EnvironmentVariableManager.cs C# 151 5 17 173
Utils/NetworkConfigManager.cs C# 111 0 16 127
Utils/SHA256.cs C# 179 6 41 226
Utils/Version.cs C# 28 0 6 34
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 JavaScript 134 2 1 137
docs/cmleonos/docs/.vuepress/.cache/deps/_metadata.json JSON 37 0 0 37
docs/cmleonos/docs/.vuepress/.cache/deps/chunk-OARA6QKZ.js JavaScript 12,582 238 5 12,825
docs/cmleonos/docs/.vuepress/.cache/deps/package.json JSON 3 0 1 4
docs/cmleonos/docs/.vuepress/.cache/deps/vue-router.js JavaScript 2,371 25 9 2,405
docs/cmleonos/docs/.vuepress/.cache/deps/vue.js JavaScript 346 0 1 347
docs/cmleonos/docs/.vuepress/config.js JavaScript 12 1 7 20
docs/cmleonos/docs/.vuepress/dist/404.html HTML 40 0 4 44
docs/cmleonos/docs/.vuepress/dist/assets/404.html-ByTdGTSm.js JavaScript 1 0 1 2
docs/cmleonos/docs/.vuepress/dist/assets/app-C1vKFkGc.js JavaScript 28 4 1 33
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 JavaScript 1 0 1 2
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 JavaScript 303 0 1 304
docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css PostCSS 1 0 1 2
docs/cmleonos/docs/.vuepress/dist/commands.html HTML 192 0 4 196
docs/cmleonos/docs/.vuepress/dist/get-started.html HTML 40 0 4 44
docs/cmleonos/docs/.vuepress/dist/index.html HTML 40 0 4 44
docs/cmleonos/docs/.vuepress/dist/lua.html HTML 342 0 4 346
docs/cmleonos/docs/README.md Markdown 33 0 4 37
docs/cmleonos/docs/commands.md Markdown 675 0 201 876
docs/cmleonos/docs/get-started.md Markdown 16 0 4 20
docs/cmleonos/docs/lua.md Markdown 996 0 356 1,352
docs/cmleonos/package.json JSON 20 0 1 21
docs/cmleonos/pnpm-lock.yaml YAML 2,410 0 674 3,084
global.json JSON 6 0 0 6

Summary / Details / Diff Summary / Diff Details