Skip to content

ttd entry

List and edit logged time entries. See the Managing entries guide.

ttd entry COMMAND

List and edit time entries.

Commands:

  • edit: Edit an entry (refuses if it's on an invoice).
  • list: List entries, newest day last.
  • rm: Delete an entry (refuses if it's on an invoice).

entry list

ttd entry list [OPTIONS]

List entries, newest day last.

Parameters:

  • --project, -p:
  • --client:
  • --from:
  • --to:
  • --week, --no-week: This week [default: False]
  • --month, --no-month: This month [default: False]
  • --json, --no-json: [default: False]

entry edit

ttd entry edit [OPTIONS] UID

Edit an entry (refuses if it's on an invoice).

Parameters:

  • UID, --uid: Entry id (prefix ok, from ttd entry list) [required]
  • --time: New time, e.g. "9-11:30"
  • --note, -n:
  • --tags:
  • --project, -p:
  • --client:
  • --billable, --no-billable:

entry rm

ttd entry rm UID

Delete an entry (refuses if it's on an invoice).

Parameters:

  • UID, --uid: [required]