#生产力 #时间追踪 #任务 #命令行工具 #追踪 #命令行 #状态

应用 卡拉姆

一个简单的 CLI 工具来追踪你的时间

2 个版本

0.1.1 2023 年 12 月 18 日
0.1.0 2023 年 12 月 18 日

#2406命令行工具

MIT/Apache

13KB
297 代码行

卡拉姆

安装

cargo install kalam

用法

USAGE:
    kalam <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    help      Prints this message or the help of the given subcommand(s)
    list      
    path      
    report    
    start     
    status    
    stop

示例

在项目中跟踪一个新任务

kalam start -p "Project1" -t "Task1"

Entry {
    id: "a9e4aab7-4064-4ab9-a498-c0063eddedd9",
    title: "Task1",
    project: "Project1",
    action: Start,
    created_at: "2023-12-18T13:44:07.871786624+02:00",
    updated_at: "2023-12-18T13:44:07.871786624+02:00",
}

获取任务状态

kalam status

a9e4aab7-4064-4ab9-a498-c0063eddedd9 Task1 [Project1] 0.02 hours

停止任务

kalam stop

获取任务报告

kalam report -p "Project1" -r all

Project1 [0.04 hours]
      a9e4aab7 # Task1                                    (18-12-2023 13:44) +0.04 hours

Total: 0.04 hours

依赖

~3–11MB
~109K SLoC