Skip to content

ISaneI/sendToThings3

Repository files navigation


Logo

sendToThings3

A tiny Windows Tool that sends tasks over mail to Things 3
Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License

About The Project

When I went back to use Things3 on IOS and Mac I realized there is no cool way to send Tasks from my Windows Desktop. Opening the mails and sending tasks there is a lot of effort.

I wanted to quickly add Task to my Inbox. So here it is. Currently its not beautiful but it does its job.

NewTask Taskbar

Getting Started

Prerequisites

  • Microsoft .NET Framework 4.7.2
    • Should already be installed by Windows Updates. If not here is a download link Net 4.7.2

Installation

Download the latest sendToThings_setup.zip under Releases and install it.

  • With the default option (Autostart on login) checked, the setup will create an Autostart entry (you can disable it under the Windows Startup Apps)

You can also download the sendToThings_executable.zip under Releases and copy both files somewhere you like.

Usage

  1. Start the application and/or place it in the autostart.
  2. Follow the Settings steps below when using the application for the first time

Settings

Right click the Taskbar Icon and open the Settings

  1. Enter your Things3 personal mail (you can find it in the Thing3 app under Settings->ThingsCloud)
  2. Enter credentails for a SMTP Server to send the mail

Settings

SMTP Server (Google)

Currently Im using a Google Mail for the SMTP server, to use this you need to enable lesssecureapps in the Google settings

SMTP Server & Port: smtp.gmail.com 587

Keyboard Shortcuts

Function Shortcut
Open the popup ctrl + alt + .
Add details to task tab
Save/Send task ctrl + enter or ctrl + s
Close the popup esc

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.