Ben-Baert / habito

Simple commandline habits tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Habito 1.0a2

Simple commandline habits tracker.

Linux Build Status Windows Build status codecov coverage PyPI

Installation

pip install habito

Usage

Here's how a command line session looks like:

$ # add a random habit
$ habito add writing 200.0 --units words
# output
You have commited to 200.0 words of
writing every day!

$ # check in an update
$ habito checkin writ --q 128.0
# output
Added 128.0 words to habit
writing 

$ # list status of habits
$ habito list

Screenshot

Habito screenshot

Roadmap

Some of the stuff on top of my mind:

  • Show how much data is needed to get me on track to meet goals
  • Gamification!

Contribute

habito is alpha at the moment. Please try it out and file any issues at github issues page. Your patches are welcome!

About

Simple commandline habits tracker


Languages

Language:Python 100.0%