Sha256: aac3e42bc3394b7934cb87a62884b7254776acc6798e657bb2421739017d0fb6
Contents?: true
Size: 685 Bytes
Versions: 7
Compression:
Stored size: 685 Bytes
Contents
# 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.
Version data entries
7 entries across 7 versions & 1 rubygems