Task tracker CLI v0.0.3

This is a CLI app that helps you track your tasks and time spent on them.

Problems it solves

How to use it locally

With time tracking

Default behavior is to track time spent on a task, the thread will be sleeping for the duration of the task. The thread will be woken up when the task is completed & automatically log the task to a flat file.

Without time tracking

Why I built it

I wanted to build a CLI app that helps me track my tasks and time spent on them. I also wanted to build a CLI app that I can use to learn more about building CLI apps with Rust.

How to use it in your rust crates/projects