cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang

Time Tracking#

Track hours spent on tasks for billing, reporting, or personal analytics.

Starting and Stopping#

Start tracking:

noteleaf task start 1

With a note about what you're doing:

noteleaf task start 1 --note "Implementing authentication"

Stop tracking:

noteleaf task stop 1

Only one task can be actively tracked at a time.

Viewing Timesheets#

Last 7 days (default):

noteleaf task timesheet

Specific time range:

noteleaf task timesheet --days 30

For specific task:

noteleaf task timesheet --task 1

Timesheet shows:

  • Date and time range for each session
  • Duration
  • Notes attached to the session
  • Total time per task
  • Total time across all tasks