Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.55 KB

tom.md

File metadata and controls

32 lines (26 loc) · 1.55 KB

tom

tom is a command line application to track time.

Options

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

SEE ALSO

  • tom cancel - cancel removed the currently running activity. No data will be recorded.
  • tom config - Output configuration values as YAML or JSON.
  • tom create - create new content. See the available sub commands.
  • tom edit - edit properties of projects or frames
  • tom frames - Print a listing of all frames
  • tom import - import frames and projects
  • tom projects - Prints projects
  • tom remove - remove projects, tags or frames
  • tom rename - rename a project or a tag
  • tom report - Generate reports about your tracked time
  • tom start - starts a new activity for the given project ands adds a list of optional tags
  • tom status - Displays when the current project was started and the time spent...
  • tom stop - stops the newest active timer. If --all is specified, then all active timers are stopped.
  • tom tags - Prints tags
Auto generated by spf13/cobra on 19-Jul-2022