Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

To Do List / Time Tracker with Jira Integration. Makes you super productive!

Notifications You must be signed in to change notification settings

hansgoed/super-productivity

 
 

Repository files navigation

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

About

To Do List / Time Tracker with Jira Integration. Makes you super productive!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.5%
  • HTML 28.3%
  • CSS 6.8%
  • Python 0.4%