1 个稳定版本
1.0.4 | 2021年5月16日 |
---|
#79 在 #计数
12KB
245 行
倒计时
描述
倒计时是一个命令行程序,它告诉您距离您已配置的任何数量的事件还有多少天。在您的 shell 的 $PS1 中使用它,以便始终显示即将发生的事件,或者只需在需要时随时使用它以获得一周的鼓励。
用法
USAGE:
countdown [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-n, --n <n> Max number of events to display.
-o, --order <order> Specify the ordering of the events returned [possible values: shuffle, time-asc, time-desc]
设置和安装
-
使用
cargo install event-countdown
-
在运行之前,请在家目录中创建一个
.countdown.toml
文件,其中包含您要跟踪的事件列表。以下是一个截至 2021 年的示例(😄)
[[events]]
name = "summer break"
time = 1892160000 # these are unix timestamps in seconds
[[events]]
name = "wwdc"
time = 1892250000
[[events]]
name = "memorial day weekend"
time = 1892170000
- 现在在您的 shell 中运行
countdown
,您就准备好了 🎉
依赖项
~1.7–2.8MB
~47K SLoC