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 · 4 revisions

Run --help or -h to see all commands.

Usage: timetracking|tm [options] [command]

  Commands:
    start|s <task>                        Start a task.
    pause|p [task]                        Pause a task. If you do not inform the [task] all tasks in progress will be paused.
    finish|f [task]                       Finish a task. If you do not inform the [task] all tasks in progress will be completed.
    list|l [date]                         Resume time of the taks. You can pass the date on format configured.
    add|a <task> <time_spent> [date]      Add a task with a specific time spent and on a specific date.


  Options:
    -V, --version  output the version number.
    -h, --help     output usage information.
Clone this wiki locally