1 个不稳定版本

0.1.0 2024年1月22日

#27 in #任务管理器

MIT/Apache

8KB
102

terminal_task_manager

这是一个在终端中运行的超级简单的任务管理器。

需求

此工具使用 sqlite3。如果您尚未安装,请安装 sqlite3。

安装

您可以通过 cargo 安装。

cargo install ttm

用法

Usage: ttm [OPTIONS] [COMMAND]

Commands:
  init  Initializes a task manager [aliases: i]
  help  Print this message or the help of the given subcommand(s)

Options:
  -a, --add <ADD>        Add a task
  -d, --delete <DELETE>  Delete a task by id
  -h, --help             Print help
  -V, --version          Print version

首先,您必须初始化任务管理器。初始化任务管理器时,/.terminal_task_manager/tasks.db3 将被创建。

提示

只需输入 'ttm'。它将显示任务列表。

依赖

~23–34MB
~513K SLoC