Project

dnotify

0.0
No commit activity in last 3 years
No release in over 3 years
Allows you to setup passive reminders using natural language
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.4
~> 0.5
 Project Readme

dnotify

This is a simple gem which allows you to setup reminders using a simple yaml file allowing you to use natural language. Run the following commands to set it up:

gem install dnotify
dnotify setup

Add your reminders to ~/.dnotifyrc (don't forget to setup the right display id)

#~/.dnotifyrc (get your display id by running: env|grep DISPLAY)
---
:display: ':1.0'
:reminders:
- :summary: Time to play badminton
  :time: 5:09 in the evening
- :summary: Call it a day
  :time: 5:10 in the evening

Enjoy!

TODO

  • add a few tests
  • allow listing of reminders
  • add custom "notifiers", through some ruby dsl?
  • a way to change the frequency of dnotify?