Skip to content

adamb924/TaskManager

Repository files navigation

Introduction

Task Manager is a Covey-style tool for keeping track of

  • Enter items in four boxes.
  • Tick off items you've completed.
  • Archive items (with a timestamp) once you're done being proud of having completed them.
  • Customize the labels & date/time format.

Screenshot of Task Manager

Downloads

Task Manager is created with the Qt application framework, released under the GNU Public License. That means, among other things, that you are free to download it and use it, but not to re-sell it.

Qt is a cross-platform framework, so there is the possibility for using this on Mac OS X, Linux, etc. Right now I only have Windows executables because I only have a Windows machine. Perhaps some do-gooder will build versions for other operating systems and send them to me.

I build in Windows with this, which assumes that Qt is installed and visible in your path:

qmake -config release
mingw32-make

Of course your system would have something different from “mingw32-make”—probably just “make”—if you are not building from Windows using MinGW.

About

Keep track of your to-do list with four Covey-style lists of items

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published