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

Version Path
gnu-remind-0.2.5 README.md
gnu-remind-0.2.3 README.md
gnu-remind-0.2.2 README.md
gnu-remind-0.2.1 README.md
gnu-remind-0.2.0 README.md
gnu-remind-0.1.9 README.md
gnu-remind-0.1.8 README.md