Skip to content

antonioborondo/time_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time_tracker

CI

Description

Tool to track time and display the total time tracked.

Example

$ time_tracker --start
2023-10-23 09:00:00

$ time_tracker --stop
2023-10-23 09:30:00

$ time_tracker --start
2023-10-23 10:00:00

$ time_tracker --stop
2023-10-23 10:30:00

$ time_tracker --summary
+-------+---------------------+
| Type  | Timestamp           |
+-------+---------------------+
| Start | 2023-10-23 09:00:00 |
| Stop  | 2023-10-23 09:30:00 |
| Start | 2023-10-23 10:00:00 |
| Stop  | 2023-10-23 10:30:00 |
+-------+---------------------+

Total time: 01:00:00

Libraries

Tools