A simple command-line time tracking application built in Rust. Track time spent on different projects and generate reports of your work.
- Start tracking time for a project
- Stop tracking the current project
- Generate reports showing total time spent on each project
- Data persists in SQLite database
- Make sure you have Rust installed on your system
- Clone this repository
- Build the project