It's a dead simple task track application.
- Add, modify, delete, archive, and restore tasks
- Generate task plans using AI
- View task statistics
- Install
Rust
andCargo
- Run
make desktop-debug
to debug desktop application - Run
make desktop-build-release
to build a release version desktop application - Refer to Makefile for more information
- Using the
Qt backend
can resolve the issue of fuzzy fonts on the Windows platform. It is also recommended to prioritize theQt backend
to maintain a consistent build environment with the developers.