Small utility to store and calculate the time spent at work.
bash
stempel <SUBCOMMAND> (-s <file>)
where the available subcommands are
start
writes current time to the file specified in -s
, use sub-subcommand to start a breakstop
checks if a start
entry is in file
and calculates the working time, aborts if no start
entry is found, use sub-subcommand to stop a breakstats
prints current statistics.The storage file defaults to $HOME/.config/stempel.json
MIT