This commit is contained in:
2026-02-09 23:08:36 +08:00
parent a02aab3b20
commit 350db3140d
6 changed files with 96 additions and 2 deletions

View File

@@ -70,6 +70,12 @@ namespace CMLeonOS.Commands
Description = "Simple calculator"
},
new CommandInfo
{
Command = "calcgui",
Parameters = "",
Description = "TUI calculator"
},
new CommandInfo
{
Command = "history",
Parameters = "",
@@ -248,6 +254,12 @@ namespace CMLeonOS.Commands
Description = "Show system uptime"
},
new CommandInfo
{
Command = "matrix",
Parameters = "",
Description = "Show Matrix effect (The Matrix movie)"
},
new CommandInfo
{
Command = "branswe",
Parameters = "<filename>",