mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
214bcecf7b656b14b49354ee1effb11cb79770b0
移除详细显示模式(-l参数)和文件类型颜色区分 将文件和目录分开显示,使用更简洁的表格输出 修改错误信息格式,移除多余的双引号
LeonOS
look, mom, a proper Markdown readme!
LeonOS is a reimplementation of CC: Tweaked's LeonOS, intended to be cleaner and easier than the original LeonOS.
Key changes:
- No. More. CCPL!!
- All previously global APIs (with the exception of the standard Lua ones) have been removed.
- Non-standard
osAPI functions are now in therctable, e.g.os.sleepbecomesrc.sleeporos.pullEventbecomesrc.pullEvent. - Native support for proper thread management (
parallelimplementation builds on this) - Multishell works even on standard computers, and is navigable with keyboard shortcuts!
See the LeonOS website for more details.
Languages
Lua
100%