feat(文件列表): 增强list命令功能并更新文档

- 为list命令添加详细模式(-l参数),显示文件大小和类型信息
- 改进文件列表显示格式,添加标题、分隔线和统计信息
- 根据文件类型和扩展名显示不同颜色
- 更新README.md中的安装说明
- 将bios.lua中的reboot重命名为restart以保持一致性
This commit is contained in:
2025-08-31 19:20:50 +08:00
parent 214bcecf7b
commit f992cdab31
3 changed files with 130 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ end
local expect = function(_, _, _, _) end
local shutdown = pull(os, "shutdown")
local reboot = pull(os, "reboot")
local reboot = pull(os, "restart")
-- `os` extras go in here now.
local rc = {