Sha256: 6bd596307b9c6402ed4eb084e906c391480ee29e19662fe005a2ab6e945dce3a

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# watchbuffy [![[version]](https://badge.fury.io/rb/watchbuffy.svg)](https://badge.fury.io/rb/watchbuffy) [![[ci]](https://github.com/janlelis/watchbuffy/workflows/Test/badge.svg)](https://github.com/janlelis/watchbuffy/actions?query=workflow%3ATest)

CLI utility which suggests a random Buffy or Angel episode to watch!

## Setup

Make sure that your computer has Ruby 2.0 or higher installed.

Then run

```ruby
gem install watchbuffy
```

## Usage

Run `watchbuffy` on the command-line:

```
$ watchbuffy
▶️  Watch Buffy episode 6×8: "Tabula Rasa"
```

Run it again to get a new suggestion:

```
$ watchbuffy
▶️  Watch Angel episode 2×2: "Are You Now or Have You Ever Been"
```

It supports a list of seasons to consider:

```
$ watchbuffy --buffy-season 6 --angel-season 3
▶️  Watch Buffy episode 6×17: "Normal Again"
```

```
$ watchbuffy --angel-season 4,5
▶️  Watch Angel episode 5×14: "Smile Time"
```

### Advanced Options

You can pass in a command-line option to ignore certain characters. By now, only Connor is supported:

```
$ watchbuffy --angel-season 4 --no-connor
No episode found
```

## MIT License

Copyright (C) 2018 Jan Lelis <https://janlelis.com>. Released under the MIT license.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watchbuffy-1.0.3 README.md