This Task Timer is able to time tasks.
The user can start and end a task, see the current tasks, and
see a time sheet of current and past tasks.
To run the program, type the following from the command line:
uv run task-timer
Once the program is running there are 6 commands that you can run:
- start -> asks for the name of the task, then starts timing the task
- end -> asks for the name of the task, then ends the task and gives the time of the task
- current -> gives the current time for all of the current running tasks
- time sheet -> gives the current time for all of the running tasks, and the total time for all the completed tasks
- done -> ends the program
- help -> gives descriptions for the other commands