motivate
========

Posts a daily motivational message in your terminal.

![Formatted motivation][motivate-format]

## Installation
```bash
$ npm install -g motivate
```

## Usage
For an optimal effect, put this in your `.bashrc` or `.zshrc` so you see the message whenever you open a new terminal pane.

For a formatted motivational message, use the following command.
```bash
$ motivate format
```

If you want something unformatted to be piped into another program, use this command.
```bash
$ motivate
```

## Examples

### Cowsay
![Cowsay][motivate-cowsay]

### Tuxsay
![Tuxsay][motivate-tux]

### Yosay
![Yosay][motivate-yosay]

## License
MIT (c) 2015 Ian Macalinao

[motivate-format]: https://raw.githubusercontent.com/simplyianm/motivate/master/img/motivate-format.png
[motivate-cowsay]: https://raw.githubusercontent.com/simplyianm/motivate/master/img/motivate-cowsay.png
[motivate-tux]: https://raw.githubusercontent.com/simplyianm/motivate/master/img/motivate-tux.png
[motivate-yosay]: https://raw.githubusercontent.com/simplyianm/motivate/master/img/motivate-yosay.png
