A lightweight desktop app to record and show daily work logs.
Build on egui.
Download the app according to your OS from the release page:
https://github.com/RetricSu/small-worklog/releases
Note: you may need to update small-worklog.app
's permission to run for MacOS. You can use xattr -d com.apple.quarantine <your-path-to-small-worklog.app>
to fix it but please keep in mind this is very dangerous, if you don't trust the distribution, please build from source.
cargo build --release
or
cargo bundle --release
For MacOS, the app is located in the target/release/bundle/osx/small-worklog.app
cargo run --features check_version