cli-time-tracker v2.6.0
cli-time-tracker
Installation
Extra Dependencies
- This package depends on
afkwhich requiresnode-gypto build native modules. - MacOS 10.13 or earlier users need to install the Swift runtime support libraries as
active-winrequires them. - Linux users need to install
libxss-devandpkg-configto allow.
Globally
npm install -g cli-time-trackeror
npx -p cli-time-tracker timetrackLocally
npm install cli-time-trackerUsage
Start tracking
timetrackor
ttIf using git, run timetrack inside the repo to allow tracking against a branch name.
It will check the current window and try to extract a Jira ticket number from the title (e.g. FOO-1234). If the current window is VSCode, it will use the ticket number in the branch or the branch name itself of the repo that timetrack was run in.
Custom Task Patterns
To help track against common tasks, you can create a transforms.json file in the /path/to/home/tt directory. This way when you are active on a window with a title matching one of these patterns, it will track against the respective task name. Patterns are used in top-to-bottom priority.
{
".*Foo|Bar.*": "TST-3",
"Word.*": "Uni Work",
".*TMA|EMA.*": "Uni Work",
".*Meet.*": "Meetings"
}Get time
timetrack --today
timetrack -t
timetrack --all
timetrack -aExport Time
To export your tracked time in a way that can be imported into Jira timesheets, use the following command. Note, currently there is no way to select certain dates to export so all tracked time will be exported. Once tracked time has been imported into jira, you can delete the xx-xx-xxxx.csv files in /path/to/home/tt/time_tracking/.
timetrack --export
timetrack -eThis will export a .csv file to /path/to/home/tt/export.csv
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago