Skip to content

Files

Latest commit

d6a987a · Jul 19, 2022

History

History
33 lines (24 loc) · 1.24 KB

tom_projects.md

File metadata and controls

33 lines (24 loc) · 1.24 KB

tom projects

Prints projects

tom projects [flags]

Options

  -d, --delimiter string        The delimiter to add between property values. Default: TAB (default "\t")
  -f, --format string           A comma separated list of properties to output. Default: fullName. Possible values: id,fullName,name,parentID,hourlyRate,appliedHourlyRate,noteRequired,appliedNoteRequired (default "fullName")
  -h, --help                    help for projects
      --name-delimiter string   Delimiter used in the full project name (default "/")
  -o, --output string           Output format. Supported: plain | json. Default: plain (default "plain")
      --recent int              If set then only the most recently tracked projects will be returned.

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)
      --iso-dates           use ISO date format instead of a locale-specific format (default is false)

SEE ALSO

  • tom - tom is a command line application to track time.
Auto generated by spf13/cobra on 19-Jul-2022