Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyriets/another-day
Your personal working time guardian
https://github.com/kyriets/another-day
time-tracker work-life-balance
Last synced: about 14 hours ago
JSON representation
Your personal working time guardian
- Host: GitHub
- URL: https://github.com/kyriets/another-day
- Owner: KyrietS
- License: mit
- Created: 2025-01-07T20:01:38.000Z (10 days ago)
- Default Branch: master
- Last Pushed: 2025-01-12T20:53:43.000Z (5 days ago)
- Last Synced: 2025-01-12T21:29:20.228Z (5 days ago)
- Topics: time-tracker, work-life-balance
- Language: C++
- Homepage:
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# another-day
[![Build](https://github.com/KyrietS/another-day/actions/workflows/build.yml/badge.svg)](https://github.com/KyrietS/another-day/actions/workflows/build.yml)
[![Formatting](https://github.com/KyrietS/another-day/actions/workflows/formatting.yml/badge.svg)](https://github.com/KyrietS/another-day/actions/workflows/formatting.yml)
[![Lincense](https://img.shields.io/github/license/KyrietS/another-day)](LICENSE)another-day is your personal working time guardian. It is an easy to use desktop application that alerts you when it's time to take a break or stop working.
|Windows|Linux (KDE)|
|---|---|
|![gui windows](docs/gui-windows.png)|![gui kde](docs/gui-kde.png)|## Features
- ✅ *Take a break* reminder
- ✅ *End of working hours* alert
- ✅ Sound notification
- ✅ Neat and clean GUI
- ✅ Supports Windows and Linux
- ✅ Tray support
- 🔜 Customizable settings## Building
```
git clone [email protected]:KyrietS/Minutea.git
cd Minutea
cmake -S . -B build
cmake --build build --target Minutea
```## License
Copyright © 2025 Sebastian Fojcik \
Use of this software is granted under the terms of the MIT License.See the [LICENCE](LICENSE) for the full license text.