Giter Site home page Giter Site logo

taskreminder's Introduction

Task Reminder

An application that sends reminders from Taskwarrior over email or Gotify.

https://gitlab.com/claudiomattera/taskreminder/

Copyright Claudio Mattera 2019

You are free to copy, modify, and distribute Task Reminder with attribution under the terms of the MIT license. See the License.txt file for details.

Installation

The application is available as three different packages:

  • Debian package, usable on Debian/Ubuntu and derivatives (anything that uses apt/apt-get). Install it with the following command (possibly prepended with sudo).

    dpkg -i /path/to/python3-taskreminder_1.0.0-1_all.deb
    
  • Python wheel package, usable on Windows and almost every system with a Python 3 distribution. Install it with the following command (possibly prepended with sudo, or passing the --user option).

    pip3 install /path/to/taskreminder-1.0.0-py3-none-any.whl
    
  • Tarball source package. It can be used by maintainers to generate a custom package.

Usage

This application can be used from command line. Different commands are available.

usage: task-reminder [-h] [-v] [--ca-cert CA_CERT] {send-gotify,send-email} ...

Sends reminders for tasks from Taskwarrior

positional arguments:
  {send-gotify,send-email}
                        Commands
    send-gotify         sends notifications over Gotify
    send-email          sends notifications over email

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         increase output
  --ca-cert CA_CERT     custom certification authority certificate

Sending a reminder through a Gotify notification

usage: task-reminder send-gotify [-h] --gotify-host GOTIFY_HOST
                                 [--gotify-token GOTIFY_TOKEN]

optional arguments:
  -h, --help            show this help message and exit
  --gotify-host GOTIFY_HOST
                        Gotify host
  --gotify-token GOTIFY_TOKEN
                        Gotify token

If Gotify token is missing, it is taken from environment variable GOTIFY_TOKEN

Sending a reminder through an email.

usage: task-reminder send-email [-h] --smtp-hostname SMTP_HOSTNAME
                                --smtp-username SMTP_USERNAME --email-sender
                                EMAIL_SENDER --email-recipient EMAIL_RECIPIENT

optional arguments:
  -h, --help            show this help message and exit
  --smtp-hostname SMTP_HOSTNAME
                        SMTP hostname
  --smtp-username SMTP_USERNAME
                        SMTP username
  --email-sender EMAIL_SENDER
                        email sender address
  --email-recipient EMAIL_RECIPIENT
                        email recipient address

SMTP password is read from environment variable SMTP_PASSWORD

taskreminder's People

Contributors

claudiomattera avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.