Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.
Marcos Vinicius Jacobs edited this page Oct 30, 2017 · 5 revisions

You can start a task running the following command:

$ timetracking start <task>
or
$ tm s <task>

You can also enter a description for the task adding the option -d:

$ timetracking start <task> -d <task_description>
or
$ tm s <task> -d <task_description>

By default, when you start a task, all other tasks in progress are paused. Add the option -n to not pause the others tasks:

$ timetracking start <task> -n
or
$ tm s <task> -n
Clone this wiki locally