stempel 0.4.0

Track the time you spent working
stempel-0.4.0 is not a library.
Visit the last successful build: stempel-0.20.0

Stempel

Small utility to store and calculate the time spent at work.

Usage

  stempel <SUBCOMMAND> (-s <file>)

where the available subcommands are

  • start writes current time to the file specified in -s
  • stop checks if a start entry is in file and calculates the working time, aborts if no start entry is found
  • stats prints current statistics.

The storage file defaults to ./stempel.json

Planned Features

  • Statistics:
    • pretty printinng
    • provide weekly, monthly,... statistics
  • Tracking: allow to specify start and stop time as cli arg
  • Tracking: cancle started work
  • Storage: don't store as seconds and nanoseconds, use something more verbose?

License

MIT