Skip to content
This repository has been archived by the owner on Mar 18, 2018. It is now read-only.

danielfrg/newtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Task

Desktop python app to create new tasks on major task management web apps.

Objective: Use GTD (task management) apps the correct way

Problem: The usual way to create tasks is: type app url -> hit enter -> wait for the app to load -> press hotkey to create task (if have it) -> type task -> hit enter That takes to long and it is distractive, GTD says task collection needs to be fast as possible without distracting you from your current task.

Solution / What this app does: A very simple desktop app that use email (gmail) to create tasks quickly on your favorite task management web app such as: Nirvana, Producteev, Asana, Do, Wunderlist, Doit, Orchestra, and many others that support task creation via email.

Features

  • Very simple and clean UI and functionality
  • Customizable settings
  • Hotkey (WIN+DEL) to summon the application
  • Hides on the notification area
  • AES encryption for the password

Executables

  • Windows
  • Other OSes: Sorry, don't have them :(

How to use it

  1. Download the windows executable or the python source from here.
  2. Execute the app:
    • On windows double click newtask.exe
    • On other OS run from the terminal: python newtask.py
  3. Click the settings (gear icon) and fill the options: your_email(at)gmail.com, your_gmail_password and new_task@your_favorite_app.com
  4. Write a new task and press enter to send an email, the app will automaticly go to the notification area
  5. Use the hotkey to summon the app again and create more tasks
  6. Be productive

Required Libraries

If running from the source need the following python libraries:

Screenshots

Main interface

Main interface

Settings dialog

Settings dialog

About

Desktop python app to create new tasks on major task management web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages