Skip to content

drhester7/space_race

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Race

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.

usage

    # 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

To Do

New Features

  • Pause, resume tasks, log distractions
  • summarize learnings

Improvements

  • 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

About

A simple cli app to track time while learning something.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published