mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
No description
electron-apphacktoberfesthacktoberfest2020jiralinuxmacosproductivitytask-managertime-trackertimetrackingto-do-listtodo
| app-src | ||
| build | ||
| electron | ||
| screens | ||
| tasks | ||
| .babelrc | ||
| .bowerrc | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .jscsrc | ||
| .jshintrc | ||
| .travis.yml | ||
| .yo-rc.json | ||
| bower.json | ||
| config.xml | ||
| gulpfile.js | ||
| ico.xcf | ||
| karma-e2e.conf.js | ||
| karma.conf.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| wallaby.js | ||
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.
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).




