lcfd / trak

Keep a record of the time you dedicate to your projects.
https://usetrak.com
GNU Affero General Public License v3.0
11 stars 2 forks source link

[Session] Add --start and --end to create session #38

Closed lcfd closed 5 months ago

lcfd commented 6 months ago

The trak create session command at the moment allow entering a time as starter and the hours/minutes that the session has lasted.

It would be a good idea to add new flags for a new workflow.

The start and end method.

This workflow allows more freedom for the user. The user can provide datetime values as the start and end timings for the new session.

Why?

Proposal

trak create session --start [%Y-%m-%dT%H:%M] --end [%Y-%m-%dT%H:%M]

Notes