WinShell 是一个使用 Rust 语言实现的命令行工具,在 Windows 操作系统提供类似于 Unix/Linux 的命令行体验。它支持常见的文件管理命令,如 ls、mv、cp 和 cat,使用户能够更方便地进行文件和目录的操作。
Go to file
绝尘 cb832f614b feat: 实现 WinShell命令行工具的基本功能
- 新增 mkdir、ls、mv、rm、touch、cat 等常用命令的实现
- 支持命令行参数解析和错误处理
- 使用模块化设计,便于后续扩展
- 添加 Cargo.toml 文件,定义项目依赖
- 创建 .gitignore 文件,忽略不必要的文件和目录
2024-10-21 17:46:32 +08:00
src feat: 实现 WinShell命令行工具的基本功能 2024-10-21 17:46:32 +08:00
.gitignore feat: 实现 WinShell命令行工具的基本功能 2024-10-21 17:46:32 +08:00
Cargo.toml feat: 实现 WinShell命令行工具的基本功能 2024-10-21 17:46:32 +08:00