Tally is a minimalistic, keyboard driven habit tracker made using electron and react.
Tally is modal like vim. The list of habits in view mode can be
traversed by j/k for up/down.
The command mode can be accessed by :. Use esc to exit back
to view mode.
New habits are added by
:add [HABIT NAME]
and deleted by dd while hovering the habit to be deleted.
The project has been abanoned since I no longer have a use for habit trackers, and the memory required by elecron (> 150mb!) for such a small project was outrageous.