cli-work-timer
v1.0.4
Published
CLI Work Timer is a simple tool to track time spent working
Downloads
2
Readme
CLI Work Timer
CLI Work Timer is a simple tool to track time spent working. You then can review the timecards with calculated session (record) & total time.
Installation
npm install -g cli-work-timer
Usage
To use the app, run the provided binary with one of the commands listed in the commands section:
work-timer <command>
Commands
check-in [time]
- check in at current time or at specified if provided*check-out [time]
- check out at current time or at specified if provided*today
- show today's timecard infoweek
- show current week's timecards infomonth
- show current month's timecards inforecord <start> <end>
- create new timecard record
* The supported time format is H:mm (e.g. 15:37, 8:15, ...).