A simple cli app to track time while learning something.
The space race was all about research and development. In the same way, learning happens constantly to increase value. This is a relativley simple utility to track time while learning.
# initialize a research session
space_race init <name> <description>
# start a session
space_race start <name>
# stop a session
space_race stop <name>
# list all learnings
space_race list
- Pause, resume tasks, log distractions
- summarize learnings
- check if task has been started
- check if task has been stopped
- save initial start time. delete start and end time on stop. Check for elapsed time on stop, add calculated elapsed time if exists