Minimalistic command line time tracking.
npm install time-trackingMinimalistic command line time tracking.







time-tracking is ISC-licensed.
``shell`
npm install -g time-tracking
`name
track start
track 1
Start a new or resume an existing tracker. must be a valid JSON key.
track stop
track 0
Stop an existing tracker.
track add
track +
Add any amount of time to an existing tracker.
track subtract
track -
Subtract any amount of time from an existing tracker.
track status
track s
Show the status of a tracker.
track status
track s
Show the status of all active trackers.
Options:
-s, --silent No output
-p, --porcelain Machine-readable output.
``
If you have a question, found a bug or want to propose a feature, have a look at the issues page.