Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Releases: epilys/kitkat

1.1.2

30 Nov 12:11
11f692c
Compare
Choose a tag to compare
  • Fix crash on month dates >= 30 (duuuh!)
  • Add Windows support

1.1.1

26 Nov 10:10
9096a80
Compare
Choose a tag to compare

Install/upgrade with cargo install kitkat.

Changelog:

  • Fix dog tail being clipped in rotation
  • Fill rotated dog tail with more pixels
  • Make hour and minute hand angles more accurate
  • Update date on new day

1.0.0

25 Nov 15:32
5f3309a
Compare
Choose a tag to compare

First release! Install with cargo install kitkat.

$ 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

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