#course #folder #manager #organize #cli-applications #cli

app course_manager

一个用于管理课程文件夹的 CLI 应用程序

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命令行工具 中排名

Download history 40/week @ 2024-03-29 8/week @ 2024-04-05

每月下载 169

MIT 许可证

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