Skip to content

khrykin/StrategrDesktop

Repository files navigation

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

Screenshot Screenshot Screenshot

Tech

Strategr's data model is built with vanilla C++ 17, UI layer is Qt 5.

Platforms

  • macOS
  • Windows
  • iOS
  • Linux
  • Android

Building

Things are being reworked at the moment, and building is currently only supported on macOS. It may build on Windows & Linux with a fix or two though.

Dependencies are managed via vcpkg. Run once:

./scripts/setup_vcpkg.sh

Build the app target:

cd desktop
cmake --preset macos
cmake --build --preset default -t Strategr

Contributing

PR's or any help and suggestions are appreciated!