No description
Find a file
2019-09-10 13:20:07 +02:00
.github docs: add contributing 2019-09-10 13:20:07 +02:00
build chore: add info to where to download win version to release notes 2019-06-24 01:22:33 +02:00
e2e REWRITE initial commit 2018-10-07 00:19:13 +02:00
electron refactor(electron): fix typing for main window 2019-09-07 14:46:08 +02:00
screens doc: prettify screenshots 2019-06-02 16:01:11 +02:00
src fix: enable jira for new project when all settings are provided 2019-08-29 18:19:02 +02:00
tools chore: update schematics with new shorter style 2019-07-26 20:23:15 +02:00
.all-contributorsrc docs: add @johannesjo as a contributor 2019-07-18 18:47:27 +02:00
.dockerignore chore: provide basic docker image #177 2019-06-08 23:19:46 +02:00
.editorconfig initial commit 2018-05-12 18:34:42 +02:00
.gitignore refactor: clear js files 2019-05-04 20:28:13 +02:00
.travis.yml chore: fix travis build 2019-05-27 18:45:53 +02:00
angular.json fix: linting errors 2019-08-23 20:45:25 +02:00
CHANGELOG.md 2.10.12 2019-08-28 17:44:22 +02:00
Dockerfile chore: provide basic docker image #177 2019-06-08 23:19:46 +02:00
LICENSE fix: typo in license 2019-01-29 18:21:51 +00:00
ngsw-config.json chore: add prefetching goggle fonts 2019-03-20 20:47:32 +01:00
package.json chore: update electron and electron builder #213 2019-09-06 20:14:50 +02:00
README.md Update README.md 2019-09-06 20:03:55 +02:00
tsconfig-electron.json fix: es6 only not working for electron 2019-01-26 20:34:48 +01:00
tsconfig.json feat: display version number on settings page #170 2019-05-12 14:49:59 +02:00
tsconfig.worker.json refactor: allow for typescript workers 2019-07-24 23:25:28 +02:00
tslint.json feat: add new ts lint config and fix error 2019-08-23 21:13:42 +02:00
yarn.lock chore: update electron and electron builder #213 2019-09-06 20:14:50 +02:00

Logo

Super Productivity

Get it from the Snap Store English badge MIT license On reddit On product hunt tweet

Organize your daily tasks at one place while making time tracking a lot less annoying. Super Productivity is a ToDo List / Time Tracker / Personal Jira Task Manager for Linux, MacOS and Windows aimed at reducing the time you spend with repetitive tasks and to provide you with a place to collect all the information you need to do your job.

✔️ 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
  • 'Take a break' reminder
  • Full Keyboard interaction
  • Different Themes!
  • Mobile support
  • Repeatable tasks for daily chores
  • 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 an issue in your list 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
    • automatic notifications once an issue in your list has changed or been commented
  • Export your time sheets to Google Sheets (optional of course)
  • Sync data between multiple instances (optional of course)

And much more!

Work View with global links

How to use

I wrote a little article on how I use the app. There is also a youtube video available.

🌐 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

All Platforms

Install from the releases page.

Windows

Due to certification issues it's recommended to download from the Microsoft Store:

English badge

Linux

# stable
sudo snap install superproductivity

# edge channel releases
 sudo snap install --channel=beta superproductivity
Get it from the Snap Store

MacOS

Install via homebrew cask (project might not always be up to date):

brew cask install superProductivity

Setup WebDAV Syncing

When starting the app via the command line the path to where emergency backups are saved is printed out to the command line. Just take away the /backup sub folder from the path and use the remaining path to sync via the cloud.

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

Running the development server

To run the development server you need to have node installed at least in the version 10. Go to https://nodejs.org for installation instructions.

Clone repo

git clone https://github.com/johannesjo/super-productivity.git

Install dependencies

cd super-productivity
npm install
npm install -g @angular/cli

Run the dev server

ng serve

Afterwards you can open http://localhost:4200 in your browser. For most adjustments this should be enough and also enables you to use the redux dev tools.

If you want to run the app standalone do the following:

ng serve

# in a new console tab
npm start

Packaging the app

Packaging the app is done via electron-builder. To start packaging run yarn 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 use the command line interface of electron builder.

💖 Contributors

Thanks goes to these wonderful people (emoji key):

Johannes Millan
Tobias K KonTy 🤔 Abdellatif Ait boudad Anna

This project follows the all-contributors specification. Contributions of any kind welcome!