🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

twotime

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twotime

Sync timesheets between Harvest and Targetprocess

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
6
Created
Source

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:

  • Harvest personal access token and account ID
  • Targetprocess username and password

Time tracking

  • Use twotime start to start a timer
  • Use twotime finish to finish a timer
  • Use twotime pause to pause the currently running timer
  • Use twotime resume to resume a paused timer

Listing timesheet

Use twotime list to see a summary of a days timesheet.

Past timers

Most commands can be used with past timesheets. You can provide a --date option (or -d for short):

twotime start --date 2018-10-20

Or 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.

Targetprocess Shortcut

Use the --tp option to start a timer without prompting for a Targetprocess ID:

twotime start --tp 12345

License

Made with :sparkling_heart: by NewOrbit in Oxfordshire, and licensed under the MIT Licence

FAQs

Package last updated on 26 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts