Project

gnu-remind

0.0
The project is in a healthy, maintained state
A wrapper around gnu remind leveraging ics files via url or locally.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Remind

GNU remind is a fantastic utility for managing schedules, tasks, events, and reminders.

Installation

Bundle

bundle add remind

Gem

gem install remind

Build

gem build remind.gemspec

Usage

require 'remind'

Remind

A wapper around gnu remind.

Set Reminders Collection

Create local reminders from url.

Remind.set(collection, "Binner at 8 tonight.")

Get Reminders Collection

Extract agenda from local reminders.

Remind.get(collection)

Get System Reminders

Remind.get!

Development

You can also run ruby bin/console for an interactive prompt that will allow you to experiment.