https://github.com/antonioborondo/time_tracker
Time tracker ⏱️
https://github.com/antonioborondo/time_tracker
time tool track
Last synced: 5 months ago
JSON representation
Time tracker ⏱️
- Host: GitHub
- URL: https://github.com/antonioborondo/time_tracker
- Owner: antonioborondo
- License: mit
- Created: 2023-12-19T18:24:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T09:03:36.000Z (11 months ago)
- Last Synced: 2025-08-18T10:28:10.234Z (11 months ago)
- Topics: time, tool, track
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# time_tracker
[](https://github.com/antonioborondo/time_tracker/actions/workflows/ci.yml)
## 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
- Boost: https://boost.org
- fmt: https://github.com/fmtlib/fmt
- GoogleTest: https://github.com/google/googletest
- SQLite: https://sqlite.org
## Tools
- CMake: https://cmake.org
- Conan: https://conan.io
- GitHub Actions: https://github.com/features/actions