No description
Find a file
Johannes Millan 9ae2fc229e fix lint
2017-02-10 01:35:15 +01:00
app-src fix lint 2017-02-10 01:35:15 +01:00
build reorder files and add electron packager scripts to package.json 2017-01-22 04:11:24 +01:00
electron remove console 2017-02-09 21:35:55 +01:00
screens update screenshots 2017-02-07 00:27:34 +01:00
tasks move everything to app-src folder to use compiled version from now on for final electron build 2017-02-06 23:51:45 +01:00
.babelrc make build work without minification 2017-02-06 23:06:39 +01:00
.bowerrc move everything to app-src folder to use compiled version from now on for final electron build 2017-02-06 23:51:45 +01:00
.editorconfig initial commit 2016-12-30 17:57:06 +01:00
.gitattributes initial commit 2016-12-30 17:57:06 +01:00
.gitignore hide deployment script 2017-02-09 15:14:57 +01:00
.jscsrc initial commit 2016-12-30 17:57:06 +01:00
.jshintrc refactor task list to class just for the kicks 2017-01-25 22:05:56 +01:00
.travis.yml initial commit 2016-12-30 17:57:06 +01:00
.yo-rc.json initial commit 2016-12-30 17:57:06 +01:00
bower.json fix progress bar not showing any more 2017-02-10 01:31:38 +01:00
config.xml initial commit 2016-12-30 18:16:49 +01:00
gulpfile.js make build work without minification 2017-02-06 23:06:39 +01:00
ico.xcf add new icon 2017-01-09 18:40:57 +01:00
karma-e2e.conf.js initial commit 2016-12-30 17:57:06 +01:00
karma.conf.js fix progress bar not showing any more 2017-02-10 01:31:38 +01:00
package.json rename package to superProductivity again 2017-02-09 21:43:51 +01:00
README.md Update README.md 2017-02-08 22:41:57 +01:00
wallaby.js initial commit 2016-12-30 17:57:06 +01:00

Super Productivity

This is a ToDo List / Time Tracker / Personal Jira Task Manager for Linux, MacOS and Windows to make you work super productively.

Build with the awesome electron.

Daily Planner

Features

  • Configurable and automatable Jira integration for:
    • searching and adding tasks from jira
    • creating (local/personal) sub tasks for your jira tickets
    • worklogs (tracking your work to jira)
    • Setting transitions aka setting tickets to in progress or done
    • Automatic notifications once your (current) task has changed or been commented on jira => no messy email notifications required any more
  • Time Tracking
  • Sub Tasks
  • Task Backlog
  • 'Take a break' reminder
  • Daily Schedule
  • Daily Summary
  • Full Keyboard Support
  • (Anti-) Distraction Pad
  • Different Themes!

And much more!

Build and Run

git clone https://github.com/johannesjo/super-productivity.git
cd super-productivity
# install electron, gulp, bower and node gyp globally
npm install -g electron node-gyp gulp bower
npm install && bower install
gulp build # or for dev run 'gulp'/'gulp serve' in a separate tab
npm start # on windows use "set NODE_ENV=DEV electron ./electron/main.js" instead

Binaries

Linux

MacOS

Windows

(not yet compiled)

Web Version

There is also a web-version but it is much more limited (no Jira integration, no time tracking).

More Screenshots

submit-worklog agenda daily-summary plan time-tracking-history