/my-reminder

very simple task notifier

Primary LanguagePython

my-reminder

Easy reminder/notification application with <3

  • Note: Incomplete :(

Installation

Just clone the sources

$ git clone https://github.com/rupakraj/my-reminder.git /path/to/your/home

Run

$ make

Make sample data

The data is plain text file in the format of yaml. Sample file is included in the data/TODO-sample.yaml To create your own just do cp magic

$ cp /data/TODO-sample.yaml /data/TODO.yaml

Run the application

We need python3 to run the application

$ python3 main.py

TODO

  • Can't list now- its huge :(