#事件 #计数 #工具 #实用工具 #CLI

app event-countdown

期待事件的倒计时

1 个稳定版本

1.0.4 2021年5月16日

#79#计数

自定义许可

12KB
245

倒计时

描述

倒计时是一个命令行程序,它告诉您距离您已配置的任何数量的事件还有多少天。在您的 shell 的 $PS1 中使用它,以便始终显示即将发生的事件,或者只需在需要时随时使用它以获得一周的鼓励。

demo

用法

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]

设置和安装

  1. 使用 cargo install event-countdown

  2. 在运行之前,请在家目录中创建一个 .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
  1. 现在在您的 shell 中运行 countdown,您就准备好了 🎉

依赖项

~1.7–2.8MB
~47K SLoC