All Projects → johannesjo → Super Productivity

johannesjo / Super Productivity

Licence: mit
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Super Productivity

Time To Leave
Log work hours and get notified when it's time to leave the office and start to live.
Stars: ✭ 155 (-96.56%)
Mutual labels:  productivity, time-tracker, hacktoberfest, electron-app
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (-88.66%)
Mutual labels:  todo, task-manager, hacktoberfest
gitlab task manager
Microsoft Todo inspired task manager leveraging Gitlab's Issue Tracker as the backend
Stars: ✭ 22 (-99.51%)
Mutual labels:  todo, electron-app, task-manager
katibu
the missing productivity tool for connecting Jira, Github and local git together 🚀
Stars: ✭ 13 (-99.71%)
Mutual labels:  productivity, jira, electron-app
WeekToDoWeb
WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule your tasks and projects with to do lists and a calendar. Available for Windows, Mac, Linux or online.
Stars: ✭ 48 (-98.93%)
Mutual labels:  productivity, to-do-list, task-manager
Tuist
🚀 Create, maintain, and interact with Xcode projects at scale
Stars: ✭ 2,234 (-50.41%)
Mutual labels:  productivity, hacktoberfest, hacktoberfest2021
stack-public
A key-value based writer.
Stars: ✭ 19 (-99.58%)
Mutual labels:  productivity, todo, task-manager
Tasklite
The CLI task manager for power users
Stars: ✭ 91 (-97.98%)
Mutual labels:  todo, task-manager, hacktoberfest
Dones
Simple team task management and tracking
Stars: ✭ 62 (-98.62%)
Mutual labels:  productivity, todo, task-manager
Leasot
Parse and output TODOs and FIXMEs from comments in your files
Stars: ✭ 729 (-83.82%)
Mutual labels:  productivity, todo, hacktoberfest
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (-99.22%)
Mutual labels:  productivity, todo, task-manager
Todocheck
A static code analyzer for annotated TODO comments
Stars: ✭ 322 (-92.85%)
Mutual labels:  productivity, todo, hacktoberfest
routinger
Routinger is a task scheduler app that is made to make you a better person at no extra cost. The code is open-source. Dart language and Flutter framework are used extensively.
Stars: ✭ 14 (-99.69%)
Mutual labels:  task-manager, hacktoberfest2021
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (-82.04%)
Mutual labels:  productivity, jira
arvis
Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply
Stars: ✭ 39 (-99.13%)
Mutual labels:  productivity, electron-app
To-Do-List
To-Do-List javascript project
Stars: ✭ 13 (-99.71%)
Mutual labels:  to-do-list, hacktoberfest2021
nzb
Get Things Done® with nzb, a beautiful terminal interface for Nozbe. Inspired by Wunderline
Stars: ✭ 35 (-99.22%)
Mutual labels:  productivity, todo
SimpleToDo
Task management app for Android ✔️
Stars: ✭ 104 (-97.69%)
Mutual labels:  productivity, todo
unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (-98.65%)
Mutual labels:  time-tracker, task-manager
itrack
A simple task-based time tracker for everyday use.
Stars: ✭ 20 (-99.56%)
Mutual labels:  productivity, time-tracker
Banner

MIT license GitHub All Releases On product hunt tweet

Get it from the Snap Store English badge App Store Badge Play Store Badge

Organize your daily tasks in 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.

🌐 Open Web App or 💻 Download

✔️ Features

  • Plan, track & summarize. Create time sheets and work summaries in a breeze to easily export them to your company's time tracking system.
  • Integrate with Jira, GitHub, GitLab and OpenProject. 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!

Work View with global links

How to use it

I wrote a little article on how I use the app - and another one on how I implement the 'eat the frog' prioritizing scheme in the app . There is also a youtube video available.

🌐 Web Version

Check out the web version eventhough it is a bit limited: Time tracking only works if the app is open and for idle time tracking to work, the chrome extension has to be installed.

If you want the Jira integration and idle time tracking to work, you have to also 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 the app from the Microsoft Store:

English badge

Linux

# stable
sudo snap install superproductivity

# edge channel releases
 sudo snap install --channel=edge superproductivity

 # it is also recommended to disable updates to the app while it is running:
 sudo snap set core experimental.refresh-app-awareness=true
Get it from the Snap Store

Arch

git clone https://aur.archlinux.org/superproductivity-bin.git
cd superproductivity-bin
makepkg -si

MacOS

Install via homebrew cask:

brew install --cask superproductivity
App Store Badge

Android

There is a very early(!) Android version available. The sources can be found here.

App Store Badge

♥️ Contributing

Please check out the CONTRIBUTING.md

There are several ways to help.

  1. Spread the word: More users means more people testing and contributing to the app which in turn means better stability and possibly more and better features. You can vote for Super Productivity on Slant, Product Hunt, Softpedia or on AlternativeTo, you can tweet about it, share it on LinkedIn, reddit or any of your favorite social media platforms. Every little bit helps!

  2. Provide a Pull Request: Here is a list of the most popular community requests and here some info on how to run the development build. 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).

  3. Answer questions: You know the answer to another user's problem? Share your knowledge!

  4. Provide your opinion: Some community suggestions are controversial. Your input might be helpful and if it is just an up- or down-vote.

  5. Provide a more refined ui spec for existing feature requests

  6. Report bugs

  7. Make a feature or improvement request: Something can be be done better? Something essential missing? Let us know!

  8. Translations, Icons, etc.: You don't have to be programmer to help. Some of the icons really need improvement and many of the translations could use some love.

  9. Sponsor the project

Running the development server

To run the development server you need to have node installed at least in the version 14. 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 i -g @angular/cli
npm i

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 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 use the command line interface of electron builder.

Run as Docker Container

docker run -d -p 80:80 johannesjo/super-productivity:latest

Custom themes (desktop only)

In addition to color coding your projects and tags and to the dark and light theme you can also load completely custom css to restyle everything. To load a custom theme you simply need put them into a new file named styles.css directly in the user data folder.

There is a great set of themes available for download in this repository as well as some info on how to role out your own custom themes.

Custom WebDAV Syncing

If using the integrated WebDAV Syncing is not working out for you, you can also try to sync all app files, which are located in the user data folder.

Automatic Backups

For the desktop version automatic backups are stored per default in the backup sub folder of the user data folder. Once you located a backup you can restore it on the settings page under Sync & Export/Import/Export/Import from file.

User Data Folder

Where user data is stored differs from os to os. The most common locations are: Mac OS: ~/Library/Application Support/superProductivity/ Windows: C:\Users\<YOUR_USER_NAME>\AppData\Roaming\superProductivity/ or %APPDATA%\superProductivity Linux: ~/.config/superProductivity/

The path should be shown when you go to the "Automatic Backups` section on the configuration page (minus the "backup" sub folder). You can also see it printed out when you start the app from the command line.

For web browsers data is simply stored for the current user inside the browser storage.

Using a custom folder to save user data

You can specify a custom folder for saving your data by starting the application with the --user-data-dir parameter like so:

superproductivity --user-data-dir=/path/to/my/data
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].