diff --git a/README.md b/README.md index bb7b637..5c5845c 100644 --- a/README.md +++ b/README.md @@ -195,8 +195,27 @@ Time worked on project: 00:00:06 Tracking data saved to file /home/patrick/track/2021-12 ~~~ -#### `at [/]` +#### `at [/][]` +Manually adds `` seconds to task's work time. \ +If the optional parameter `` is present, the time is beeing added to the Task with name `` of the currently active project.\ +If also the optional parameter `` is present, the time is beeing added to the task with name `` of project ``. +Examples: +~~~ +tt> at 30 +30s added to task Test Project/Debugging +Tracking data saved to file /home/patrick/track/2021-12 +~~~ +~~~ +tt> at 120 Task 2 +120s added to task Test Project/Task 2 +Tracking data saved to file /home/patrick/track/2021-12 +~~~ +~~~ +tt> at 120 Project_2/Task_1 +120s added to task Project 2/Task +Tracking data saved to file /home/patrick/track/2021-12 +~~~ #### `rt [/]` #### `report []`