Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

A Beeminder inspired program to help track progress on habits

License

Notifications You must be signed in to change notification settings

StanczakDominik/goaltracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goaltracker

A Beeminder inspired program to help track progress on habits you want to implement and generate pretty plots while you're at it. Shoutout to Beeminder for creating a wonderful service!

Mostly based on the data science Python ecosystem, written with Pandas practice in mind.

Current status

This project is mostly abandoned now. I've learned what I wanted, including that the folks at Beeminder are true badasses.

Usage

  1. Put the directory where you want to store your data in config (see config.sample).

  2. Use goaltracker.py --create to create your next goal to track. The arguments for that are

    1. short name
    2. longer description
    3. start date for the goal, YYYY-MM-DD
    4. update period ("I want to do X per this many days")
    5. progress derivatives:
    6. how many units of your activity you want to do every period
    7. how many units of your activity do you want to add every period
    8. how fast do you want to increase the rate of change mentioned above
    9. and so on, as many as you'd like

    So an example would be --create thesisrefactor "A refactoring commit" 2017-02-22 7 4 1 for 4 thesis commits each week, with 1 additional added per week.

About

A Beeminder inspired program to help track progress on habits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages