twotime
Sync timesheets between Harvest and Targetprocess
Installation
npm install -g twotime
Usage
Authentication
Before you can start tracking time properly, you first need to authenticate against Harvest and Targetprocess.
twotime auth
You will need:
Time tracking
- Use
twotime start to start a timer
- Use
twotime finish to finish a timer
Past timers
You can start and finish a timer in the past by providing a --date option (or -d for short):
twotime start --date 2018-10-20
Or by providing an offset with --offset, or -o for short (the number of days in the past e.g. offset of 1 is yesterday)
twotime start -o 1
Finish all
Provide the --all option to finish all of a day's timers at once.
License
Made with :sparkling_heart: by NewOrbit in Oxfordshire, and licensed under the MIT Licence