1.0.4 • Published 2 years ago

cli-work-timer v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 info
  • week - show current week's timecards info
  • month - show current month's timecards info
  • record <start> <end> - create new timecard record

* The supported time format is H:mm (e.g. 15:37, 8:15, ...).

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago