#time-management #system #command #start

app kintai

simple kintai time management system

1 unstable release

0.1.0 Jun 18, 2024

#201 in Date and time

MIT license

8KB
152 lines

Kintai

Usage: kintai --file-path <FILE_PATH> <COMMAND>

Commands:
  start
  stop
  summary
  help     Print this message or the help of the given subcommand(s)

Options:
  -f, --file-path <FILE_PATH>
  -h, --help                   Print help
  -V, --version                Print version

output format

{
  "records": {
    "2024-04-16": [
      ["2024-04-16T23:00:00.450070+09:00", "2024-04-17T00:25:10.450070+09:00"]
    ],
    "2024-04-17": [
      ["2024-04-17T22:13:00.450070+09:00", "2024-04-17T23:34:10.450070+09:00"]
    ]
  }
}

Dependencies

~2.5–4MB
~68K SLoC