History log of /NovaShell/Cargo.toml (Results 1 – 8 of 8)
Revision Date Author Comments
# 7bb802ad 04-Oct-2024 MemoryShore <1353318529@qq.com>

实现简单的命令行解析器 (#49)


# 5b859941 24-Aug-2024 MemoryShore <105195940+MemoryShore@users.noreply.github.com>

添加功能,优化部分代码,修复已知错误 (#42)

* 代码格式化

* 修复未输入内容时按下tab键会重复打印提示信息的错误

* 完善环境变量模块

* 使用Command重写exec方法

* 实现外部程序的后台运行

* 修复参数读取问题

* 优化代码

* 修改Makefile

* 添加make check

* 添加rust-toolchain

添加功能,优化部分代码,修复已知错误 (#42)

* 代码格式化

* 修复未输入内容时按下tab键会重复打印提示信息的错误

* 完善环境变量模块

* 使用Command重写exec方法

* 实现外部程序的后台运行

* 修复参数读取问题

* 优化代码

* 修改Makefile

* 添加make check

* 添加rust-toolchain

* 还原makefile、toolchain

* 修改工具链版本为nightly-2024-07-23

* 修复exec时未关闭raw模式的问题

show more ...


# cf3f377b 23-Mar-2024 裕依 <68320855+yuyi2439@users.noreply.github.com>

移除dsc (#31)


# c6454d32 11-Mar-2024 MemoryShore <105195940+MemoryShore@users.noreply.github.com>

适配DragonOS新的tty (#26)


# 4d691f96 02-Jan-2024 裕依2439 <68320855+yuyi2439@users.noreply.github.com>

fix: 补全含根路径时不正确&多项补全显示时光标显示到末尾 (#14)

* fix: 补全含根路径时不正确&多项补全显示时光标显示到末尾
* bugfix: 修复cd时自动解析了符号链接的bug && cd的时候没有切换进程的工作目录的bug

---------

Co-authored-by: longjin <longjin@DragonOS.org>


# 81c61261 22-Nov-2023 MemoryShore <105195940+MemoryShore@users.noreply.github.com>

优化special_keycode结构 (#4)

将special_keycode模块重写为枚举类型,根据社区模板修改makefile文件,优化字符读取相关代码结构


# b7000793 18-Nov-2023 MemoryShore <105195940+MemoryShore@users.noreply.github.com>

Merge pull request #1 from MemoryShore/dev

NovaShell初代版本


# 6f50094a 18-Nov-2023 MemoryShore <1353318529@qq.com>

NovaShell初代版本