5个稳定版本

1.1.3 2021年12月2日
1.1.2 2021年11月30日
0.1.1 2021年8月13日
0.1.0 2020年2月2日

#12 in #rewritten

GPL-3.0-or-later

1MB
3.5K SLoC

Rust中的kitkat时钟

这是用Rust重写的plan9 cat时钟工具,使用minifb crate。

已确认在Linux和Windows上运行正常。

$ kitkat --help
Usage: kitkat [--hook|--crazy|--offset OFFSET|--borderless|--resize|--sunmoon|--moon|--date]

Displays a kit kat clock with the system time, or the system time with given offset if the --offset
argument is provided.

      --hook                 show a hooked tail instead of the default drop shaped one
      --crazy                go faster for each time this argument is invoked
      --offset OFFSET        add OFFSET to current system time (only the first given
                             offset will be used)
      --borderless
      --resize
      --sunmoon              show sun or moon phase depending on the hour
      --moon                 show only moon phase
      --date                 show month date
      --dog                  show an italian greyhound named Gaius Octavius Maximus instead of a cat

      OFFSET format is [+-]{0,1}\d\d:\d\d, e.g: 02:00 or -03:45 or +00:00

演示

demo

demo

demo

demo

默认的滴状尾巴。 使用`--hook`钩子尾巴。 使用`--resize`可调整大小的窗口。 使用`--dog`代替猫。

demo

demo

显示当前日期和太阳/月亮相位状态。 仅显示月亮相位状态。

参考

依赖项