tom status projects

tom status projects

Prints project status

Synopsis

Prints project status

tom status projects [flags]

Options

      --archived                Include archived frames in the status. (default true)
  -d, --delimiter string        The delimiter to add between property values. Default: TAB (default "\t")
  -f, --format string           A comma separated list of of properties to output. Default: fullName,trackedDay,trackedWeek,trackedMonth. Possible values: id,fullName,name,parentID,trackedDay,trackedWeek,trackedMonth,trackedYear,trackedAll,totalTrackedDay,totalTrackedWeek,totalTrackedMonth,totalTrackedYear,totalTrackedAll (default "fullName,trackedDay,trackedWeek,trackedMonth")
  -h, --help                    help for projects
      --include-active          Include active frames in the status. The current time will be used as end time of these frames.
      --name-delimiter string   Delimiter used in the full project name (default "/")
  -o, --output string           Output format. Supported: plain | json. Default: plain (default "plain")
  -e, --show-empty              Include projects without tracked time in the output
      --show-overall            Show a summary of all projects, e.g. overall today. The used project ID is 'ALL'.

Options inherited from parent commands

      --backup-dir string   backup directory (default is $HOME/.tom/backup)
  -c, --config string       config file (default is $HOME/.tom/tom.yaml)
      --data-dir string     data directory (default is $HOME/.tom)

SEE ALSO

  • tom status - Displays when the current project was started and the time spent…