https://github.com/mpl/reminder
silly and convoluted, albeit funny, reminder. Basically replaces crontab + mail with go http server + webkit notification.
https://github.com/mpl/reminder
Last synced: about 1 year ago
JSON representation
silly and convoluted, albeit funny, reminder. Basically replaces crontab + mail with go http server + webkit notification.
- Host: GitHub
- URL: https://github.com/mpl/reminder
- Owner: mpl
- License: apache-2.0
- Created: 2014-03-09T01:03:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T13:58:59.000Z (over 12 years ago)
- Last Synced: 2025-03-18T03:21:09.467Z (over 1 year ago)
- Language: Go
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reminder
========
Silly and convoluted, albeit funny, reminder.
Basically replaces crontab + mail with go http server + webkit notification.
It watches an sshfs mount because that's what I needed it for, but it could be easily generalized to check for user defined commands or whatnot.
Install:
--------
1. Install Go: http://golang.org/doc/install
2. go get github.com/mpl/reminder