Track Your Habits at the Command Line

The minimalistic bad habits tracker Habitctl is launched on the command line. (If you don’t know what the command line is , this is not a tool for you.) So, it is one of the simplest habit trackers you can use, but it is also more complex than a text file (which was developed by Sebastian Previous Morr’s habit tracking method).

Enter your habits and frequency into the tracker. Then check every day or as often as you like and the tool will check each of your habits. The tracker will display how often you completed each task over time and how many tasks you completed each day.

Habitctl is open source, so if you know how to write code in Rust , you can tweak or modify it. For less technical users, this is also an interesting project to practice command line skills. Morr also created a command line tool for tracking nutrition .

Habitctl | Github

More…

Leave a Reply