1个不稳定版本
0.0.1 | 2023年7月28日 |
---|
30 在 #month
33 每月下载量
在 texp 中使用
17KB
349 行
cla
cal 的 Rust 实现加上一些额外功能。
进行中
我刚刚开始这个项目,如果我能坚持下来,目标是让 cla
成为一个功能齐全的 TODO/日程系统。
目前,通过 cargo run
运行克隆的仓库,只会打印出一个日历,就像不带参数调用 cal
一样。
用法
cla
A terminal calendar tool written in Rust
USAGE:
cla [command] [subcommand]
COMMANDS:
month Various ways of displaying months. Will display the
current month if no subcommand is given.
year Display the current year.
SUBCOMMANDS:
month For the month command, the subcommand is interpreted
as a number range representing the difference in months
from the current month.
Examples:
cla month 0 This month
cla month -1 Last month
cla month 2 2 months from now
cla month -2..0 2 months ago to this month
cla month -2.. Same as above
cla month 0..4 This month to 4 months from now
cla month ..4 Same as above
cla month -1..3 Last month to 3 months from now
依赖关系
~2–13MB
~103K SLoC