super-productivity/README.md
Johannes Millan 58f57fb63f add more doc
2017-01-16 22:18:36 +01:00

1.6 KiB

superProductivity

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.

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

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).