No description
Find a file
2019-01-23 18:35:56 +01:00
.github chore: update issue template with console output 2018-06-24 17:19:56 +02:00
.snapcraft chore: make snap publishing work again #58 2018-03-30 19:05:47 +02:00
app-src fix: typo 2018-10-27 01:01:15 +02:00
build chore: add missing hub file 2018-04-02 22:02:37 +02:00
electron feat(dbus): only show errors once 2018-09-14 18:25:40 +02:00
screens doc: add global links example screenshot 2017-10-29 19:54:22 +01:00
tasks feat: add mobile notifications 2018-05-06 14:22:35 +02:00
.babelrc chore: fix testSingle 2017-11-25 16:03:14 +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 chore: add missing indent for scss in editorconfig 2018-09-05 19:33:50 +02:00
.gitattributes initial commit 2016-12-30 17:57:06 +01:00
.gitignore chore: add hub to gitignore 2018-06-03 18:15:16 +02:00
.jscsrc initial commit 2016-12-30 17:57:06 +01:00
.jshintrc chore: add karma-sinon for stubbing 2017-11-25 15:15:44 +01:00
.travis.yml chore: fix docker run 2018-09-27 21:58:38 +02:00
.yo-rc.json fix app path to app-src for generator moda 2017-02-11 15:52:25 +01:00
bower.json chore: fix bower dependencies 2018-07-07 21:59:00 +02:00
CHANGELOG.md 1.10.56 2018-09-27 22:27:15 +02: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 cleanup 2018-05-16 22:55:19 +02:00
LICENSE chore: improve travis builds 2017-11-10 15:46:54 +01:00
package-lock.json 1.10.56 2018-09-27 22:27:15 +02:00
package.json 1.10.56 2018-09-27 22:27:15 +02:00
README.md Update README.md 2019-01-23 18:35:56 +01:00
wallaby.js initial commit 2016-12-30 17:57:06 +01:00

Version 2.0 is on the way! You can check it out here

Super Productivity

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

Work View with global links

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
  • Full control over your data, no tracking, no user accounts, no cloud
  • Customizable Pomodoro Timer
  • Sub Tasks
  • Sexy global pinboard to add quick links and project related files
  • Export your time sheets to Google Sheets
  • 'Take a break' reminder
  • Daily Schedule
  • Daily Summary
  • Full Keyboard Support
  • (Anti-) Distraction Pad
  • Different Themes!
  • Sync data between multiple instances

And much more!

Web Version

Check out the web-version. It is a little bit more limited (time tracking only works if the app is open and idle time tracking is disabled).

If you want the Jira Integration to work you have also to download and install the Super Productivity Chrome Extension.

Downloads & Install

Linux

Run sudo snap install superproductivity or install it manually from the releases page.

Ubuntu / Debian

#  add to sources
echo "deb https://dl.bintray.com/johannesjo/super-productivity stable super-productivity" | sudo tee -a /etc/apt/sources.list

# add bin tray key
wget -O - https://bintray.com/user/downloadSubjectPublicKey\?username\=bintray | sudo apt-key add -

# update sources and install
sudo apt-get update
sudo apt-get install superproductivity

MacOS

Install via homebrew cask:

brew cask install superProductivity

Or install superProductivity-latest.dmg from the releases page directly.

Windows

Install superProductivity_Setup_latest.exe from the releases page.

Android & iOS

For Android and iOS it is recommended to use the web-version. You can then add the app to your start screen via the browser. Here is a guide that explains how to do it.

Gnome Shell Integration

There is also an extension which integrates the application into the status bar.

FAQ

How to run on iOS/Android
Answer: Use the web version.

Build and run for yourself

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

Contributing

There are several ways to help. Publishing a bug or a feature request is a good first step. Also making it more popular by posting it on social media etc. is great, because it means more users, which in turn leads to more people testing the app and also more people contributing code.

Pull requests are of course also very welcome. Please make sure that you're following the angular commit guidelines and to also include the issue number in your commit message, if you're fixing a particular issue (e.g.: feat: add nice feature with the number #31).

Packaging the app

Packaging the app is done via electron-builder. To start packaging run npm run dist. If you want to add new platforms and experiment with the build options the easiest way to do so is manipulating the build property in the package.json, but you can also the command line interface of electron builder.

More Screenshots

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

Build with the awesome electron.