Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://khrykin.github.io/StrategrDesktop/
No-Fuss Time Management App
https://khrykin.github.io/StrategrDesktop/
cplusplus cpp17 cross-platform productivity qt5 time-management
Last synced: 3 months ago
JSON representation
No-Fuss Time Management App
- Host: GitHub
- URL: https://khrykin.github.io/StrategrDesktop/
- Owner: khrykin
- License: gpl-3.0
- Created: 2019-05-10T15:01:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T18:54:50.000Z (6 months ago)
- Last Synced: 2024-08-01T00:38:12.628Z (3 months ago)
- Topics: cplusplus, cpp17, cross-platform, productivity, qt5, time-management
- Language: C++
- Homepage: https://khrykin.github.io/strategr/
- Size: 108 MB
- Stars: 298
- Watchers: 8
- Forks: 34
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Strategr
README
# Strategr
### *No-Fuss Time Management*Stategr helps you maximize your productivity, giving you the quickest and most effective way to time-box your day with *strategies*.
### More on the [website](https://khrykin.github.io/strategr/)
## Tech
Strategr's data model is built with vanilla C++ 17, UI layer is Qt 5.## Platforms
- [x] macOS
- [x] Windows
- [ ] iOS
- [ ] Linux
- [ ] Android## Build Requirements
- C++17-compatible C++ compliler
- CMake >=3.14
- Boost >= 1.7
- Qt >= 5.14
- [utf8proc](https://github.com/JuliaStrings/utf8proc) >= v2.4.0 - Note that this must be built as a static library
- [Sparkle](https://sparkle-project.org/) (macOS only)
- [WinSparkle](https://winsparkle.org/) (Windows only)
## Building
Given that current directory is the root of this repository, and all dependencies are avaliable for CMake, you can build Strategr like this:
```
mkdir build && cd build
cmake ../
cmake --build . --target Strategr
```## Contributing
PR's or any help and suggestions are appreciated!