This is a CLI app that helps you track your tasks and time spent on them.
ttc "task name" 1 h
- start a task
ttc
is the CLI app name - appname"task name"
is the you want to track name - taskname1
is the unsigned integer representing the time amount - durationamounth
is the time unit, can be s for seconds, m for minutes, h for hours - durationunitI 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.