No description
Find a file
2019-01-27 20:52:11 +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
build remove all sp1 files 2019-01-27 10:11:11 +01:00
e2e REWRITE initial commit 2018-10-07 00:19:13 +02:00
electron fix(electron): don't send idle time all the time 2019-01-27 20:52:11 +01:00
screens docs: update screenshots 2019-01-27 17:07:12 +01:00
src refactor: cleanup 2019-01-27 20:49:24 +01:00
.editorconfig chore: add missing indent for scss in editorconfig 2018-09-05 19:33:50 +02:00
.gitignore feat(electron): make typescript for electron work 2019-01-18 17:06:22 +01:00
.travis.yml chore: fix travis build 2019-01-27 18:29:06 +01:00
angular.json chore: fix build 2018-11-12 23:28:58 +01:00
CHANGELOG.md 1.999.1000 2019-01-27 19:28:49 +01:00
LICENCE chore: add licence 2019-01-05 21:16:15 +01:00
ngsw-config.json feat: cache all google fonts 2019-01-11 14:22:24 +01:00
package.json 1.999.1000 2019-01-27 19:28:49 +01:00
README.md docs: update readme 2019-01-27 10:36:06 +01:00
tsconfig-electron.json fix: es6 only not working for electron 2019-01-26 20:34:48 +01:00
tsconfig.json fix: mat table throwing error because of es6 compilation 2019-01-26 22:23:04 +01:00
tslint.json initial commit 2018-05-12 18:34:42 +02:00
yarn.lock chore: use yarn in favor of npm 2019-01-27 18:12:27 +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.

Work View with global links

Features

  • Full control over your data, no tracking, no user accounts, no cloud
  • Sub Tasks
  • Time Tracking
  • Sexy global bookmark bar to add quick links, project related files and even commands and applications
  • Sexy note functionality with custom reminders
  • Pomodoro timer
  • Export your time sheets to Google Sheets (optional of course)
  • 'Take a break' reminder
  • Full Keyboard interaction
  • Different Themes!
  • Sync data between multiple instances
  • Mobile support
  • Configurable and automatable Jira integration for:
    • searching and adding tasks from jira
    • creating (local/personal) sub tasks for your jira tickets
    • 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
  • Configurable and automatable Git integration for:
    • searching and adding tasks from git

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

Install from the releases page.

More Screenshots

bookmarks notes issue backlog mobile worklog

Build and run for yourself

git clone https://github.com/johannesjo/sp2.git
cd super-productivity
npm install
ng serve

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.