You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
src | 2 weeks ago | |
.gitignore | ||
Cargo.lock | 2 weeks ago | |
Cargo.toml | 2 weeks ago | |
LICENSE.txt | ||
README.md | 3 weeks ago |
README.md
ts-gui
A GUI implementation of timestudy, an activity tracker library, created with Iced.
Project status
It is currently a rough, early work in progress.
Features, enhancements, bugs, questions, and similar are tracked in issues. These are then distilled into milestones. I intend to regularly update the next two milestones as a way to think about and plan the next immediate things to do.
Local development
cargo watch -x run
to keep updated app running as it's being worked on.
Use the debug
feature to be able to press F12 and see some debug info like number of messages called.