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.
- Plan, track & summarize. Create time sheets and work summaries in a breeze to easily export them to your companies time tracking system.
- Integrate with Jira and Github. Auto import tasks assigned to you, plan the details locally, automatically create worklogs and get notified right away, when something changes.
- Organize your project's data. Create notes, attach files or create bookmarks for links, files and even commands and have it all out of the way, once you're ready for the weekend.
- Helps you to establish healthy habits. A break timer reminds to you, when it's time to step away. You also can collect personal metrics for yourself to see, which of your work routines need adjustments.
- Stuck and procrastinating? No problem! Super Productivity's anti procrastination feature helps you to reconsider your options and a pomodoro timer is also always at hand.
- Super Productivity does NOT collect any data and there are no user accounts or registration. It's free and open source and always will be.
And much more!
I wrote a little article on how I use the app. There is also a youtube video available.
Check out the It is a little bit more limited: Time tracking only works if the app is open and idle time tracking is disabled if the chrome extension is not installed.
If you want the Jira Integration and idle time tracking to work you have also to download and install the Super Productivity Chrome Extension.
Install from the releases page.
Due to certification issues it's recommended to download from the Microsoft Store:
# stable
sudo snap install superproductivity
# edge channel releases
sudo snap install --channel=beta superproductivity
Install via homebrew cask:
brew cask install superproductivity
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.
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
).
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 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.
Thanks goes to these wonderful people (emoji key):
🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!