A tiny Windows Tool that sends tasks over mail to Things 3
Explore the docs »
Report Bug
·
Request Feature
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.
- Microsoft .NET Framework 4.7.2
- Should already be installed by Windows Updates. If not here is a download link Net 4.7.2
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.
- Start the application and/or place it in the autostart.
- Follow the Settings steps below when using the application for the first time
Right click the Taskbar Icon and open the Settings
- Enter your Things3 personal mail (you can find it in the Thing3 app under Settings->ThingsCloud)
- Enter credentails for a SMTP Server to send the mail
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
Function | Shortcut |
---|---|
Open the popup | ctrl + alt + . |
Add details to task | tab |
Save/Send task | ctrl + enter or ctrl + s |
Close the popup | esc |
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.