All Projects → khrykin → Strategrdesktop

khrykin / Strategrdesktop

Licence: gpl-3.0
No-Fuss Time Management App

Programming Languages

cplusplus
227 projects
cpp17
186 projects

Projects that are alternatives of or similar to Strategrdesktop

Notes
Note-taking application, write down your thoughts.
Stars: ✭ 612 (+370.77%)
Mutual labels:  cross-platform, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+784.62%)
Mutual labels:  cross-platform, qt5
Qimgv
Qt5 image viewer with optional video support
Stars: ✭ 714 (+449.23%)
Mutual labels:  cross-platform, qt5
Activitywatch
The goal of ActivityWatch is simple: Enable the collection of as much valuable lifedata as possible without compromising user privacy.
Stars: ✭ 5,927 (+4459.23%)
Mutual labels:  productivity, cross-platform
Packetsender
Network utility for sending / receiving TCP, UDP, SSL
Stars: ✭ 1,349 (+937.69%)
Mutual labels:  cross-platform, qt5
Screencloud
Screenshot sharing application for Windows, Mac and Linux.
Stars: ✭ 537 (+313.08%)
Mutual labels:  cross-platform, qt5
Shadowsocks Qt5
A cross-platform shadowsocks GUI client
Stars: ✭ 7,893 (+5971.54%)
Mutual labels:  cross-platform, qt5
Heimer
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
Stars: ✭ 380 (+192.31%)
Mutual labels:  productivity, qt5
App
free software application for social network analysis and visualization
Stars: ✭ 94 (-27.69%)
Mutual labels:  cross-platform, qt5
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+891.54%)
Mutual labels:  cross-platform, qt5
Sandman
An Application Built With Late Night Developers In Mind
Stars: ✭ 505 (+288.46%)
Mutual labels:  productivity, cross-platform
Foco
Stay focused with Foco 🚀
Stars: ✭ 113 (-13.08%)
Mutual labels:  productivity, cross-platform
Qt.go
Qt binding for Go (Golang) aims get Go's compile speed again.
Stars: ✭ 487 (+274.62%)
Mutual labels:  cross-platform, qt5
Cpeditor
The IDE for competitive programming 🎉 | Fetch, Code, Compile, Run, Check, Submit 🚀
Stars: ✭ 562 (+332.31%)
Mutual labels:  cross-platform, qt5
Qview
Practical and minimal image viewer
Stars: ✭ 460 (+253.85%)
Mutual labels:  cross-platform, qt5
Redasm
The OpenSource Disassembler
Stars: ✭ 1,042 (+701.54%)
Mutual labels:  cross-platform, qt5
Deer
✏️A modern, fast, beautiful note taking app, built on Electron and React
Stars: ✭ 267 (+105.38%)
Mutual labels:  productivity, cross-platform
Lan Share
Cross platform LAN File transfer application built with Qt C++ framework
Stars: ✭ 317 (+143.85%)
Mutual labels:  cross-platform, qt5
Command Center
A CLI-based launcher and general productivity tool.
Stars: ✭ 78 (-40%)
Mutual labels:  productivity, cross-platform
Qhttpengine
HTTP server for Qt applications
Stars: ✭ 112 (-13.85%)
Mutual labels:  cross-platform, qt5

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

  • [x] macOS
  • [x] Windows
  • [ ] iOS
  • [ ] Linux
  • [ ] Android

Build Requirements

  • C++17-compatible C++ compliler
  • CMake >=3.14
  • Boost >= 1.7
  • Qt >= 5.14
  • utf8proc >= v2.4.0 - Note that this must be built as a static library
  • Sparkle (macOS only)
  • WinSparkle (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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].