Files
2026-02-06 16:16:58 +08:00

14 KiB

Diff Details

Date : 2026-02-06 16:15:47

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

Total : 135 files, 41368 codes, 1021 comments, 3740 blanks, all 46129 lines

Summary / Details / Diff Summary / Diff Details

Files

filename language code comment blank total
Branswe.cs C# -482 -28 -53 -563
CMLeonOS.csproj XML 7 0 1 8
CUI.cs C# -122 -8 -28 -158
Editor.cs C# -257 -47 -27 -331
Editor/Editor.cs C# 267 29 35 331
Editor/Nano.cs C# 727 16 93 836
EnvironmentVariableManager.cs C# -151 -5 -17 -173
FileSystem.cs C# -324 -17 -30 -371
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# 206 0 32 238
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# 69 5 11 85
Logger/LogEntry.cs C# 41 0 5 46
Logger/LogLevel.cs C# 11 0 1 12
Logger/Logger.cs C# 94 0 18 112
README.md Markdown 2 0 0 2
SHA256.cs C# -179 -6 -41 -226
Settings/Settings.cs C# 140 0 17 157
Shell.cs C# -1,289 -48 -156 -1,493
Shell/CommandList.cs C# 205 0 1 206
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# 107 0 8 115
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# 42 0 5 47
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# 156 0 15 171
Shell/Commands/Info/About.cs C# 12 0 2 14
Shell/Commands/Info/Version.cs C# 16 0 2 18
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# 32 0 5 37
Shell/Commands/Script/ComCommand.cs C# 43 0 8 51
Shell/Commands/Script/LuaCommand.cs C# 165 0 21 186
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# 52 0 5 57
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/User/CpassCommand.cs C# 10 0 1 11
Shell/Commands/User/HostnameCommand.cs C# 16 0 3 19
Shell/Commands/User/UserCommand.cs C# 64 0 8 72
Shell/Commands/Utility/AliasCommand.cs C# 140 0 19 159
Shell/Commands/Utility/BackgroundCommand.cs C# 108 0 9 117
Shell/Commands/Utility/Base64Command.cs C# 58 0 10 68
Shell/Commands/Utility/BeepCommand.cs C# 11 0 2 13
Shell/Commands/Utility/CalcCommand.cs C# 56 0 4 60
Shell/Commands/Utility/CalendarCommand.cs C# 57 0 13 70
Shell/Commands/Utility/HistoryCommand.cs C# 15 0 2 17
Shell/Commands/Utility/PromptCommand.cs C# 18 0 2 20
Shell/Shell.cs C# 1,451 23 264 1,738
System/FileSystem.cs C# 400 17 40 457
System/UserSystem.cs C# 645 22 101 768
UI/CUI.cs C# 122 8 28 158
UserSystem.cs C# -492 -26 -78 -596
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# 23 0 5 28
Version.cs C# -22 0 -5 -27
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-xATCGIq8.js JavaScript 1 0 1 2
docs/cmleonos/docs/.vuepress/dist/assets/app-DOooOitT.js JavaScript 28 4 1 33
docs/cmleonos/docs/.vuepress/dist/assets/commands.html-2c_EJOV_.js JavaScript 135 0 1 136
docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-D7YgC_d3.js JavaScript 1 0 1 2
docs/cmleonos/docs/.vuepress/dist/assets/index.html-DOUHF5Iy.js JavaScript 1 0 1 2
docs/cmleonos/docs/.vuepress/dist/assets/lua.html-D4WURWuq.js JavaScript 297 0 1 298
docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css PostCSS 1 0 1 2
docs/cmleonos/docs/.vuepress/dist/commands.html HTML 174 0 4 178
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 336 0 4 340
docs/cmleonos/docs/README.md Markdown 33 0 4 37
docs/cmleonos/docs/commands.md Markdown 596 0 184 780
docs/cmleonos/docs/get-started.md Markdown 14 0 3 17
docs/cmleonos/docs/lua.md Markdown 940 0 339 1,279
docs/cmleonos/package.json JSON 20 0 1 21
docs/cmleonos/pnpm-lock.yaml YAML 2,410 0 674 3,084

Summary / Details / Diff Summary / Diff Details