4 个版本
0.1.3 | 2024 年 3 月 27 日 |
---|---|
0.1.2 | 2024 年 1 月 21 日 |
0.1.1 | 2024 年 1 月 19 日 |
0.1.0 | 2024 年 1 月 11 日 |
625 在 命令行工具 中排名
每月下载 169 次
38KB
994 代码行
课程管理器 CLI
这是一个用于管理课程文件夹及其资源(如实验室、项目、笔记和参考)的 CLI。
安装
cargo install course_manager
功能
- 创建具有以下结构的课程文件夹
<course_name>
├── Labs
├── Notes
├── Projects
└── References
- 在单独的学期文件夹中管理课程
- 学期和课程的 CRUD 操作
- 课程资源的 CRUD 操作
- 在默认编辑器中打开课程资源
使用方法
常用命令
Usage: course_manager <COMMAND>
Commands:
create
remove
list
go Open the resource folder in a new terminal window
summary Print a summary of the specified resource
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
依赖关系
~4–34MB
~470K SLoC