davidhelbig / habit-rs

A simple habit tracker written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

habit-rs

A simple habit tracker written in Rust. Currently support rudimentary command line interface and data is managed via json files.

Add a new habit and track it in file habits.json:

habit-rs -f habits.json new --name reading

Mark a date as completed:

habit-rs -f habits.json done reading 2022-04-30

About

A simple habit tracker written in Rust.


Languages

Language:Rust 100.0%