# friend
A little CLI that gives you a word of encouragement.
```
$ friend
✦ You are doing better than you think.
```
## Install
```
cargo install friend
```
## Use
```
$ friend
✦ Progress over perfection, always.
$ friend
✦ Take the next small step. That's all.
```
That's it.
## Add your own messages
Drop a `messages.txt` into your config directory and `friend` will mix
your lines into the random pool:
- `$XDG_CONFIG_HOME/friend/messages.txt`, or
- `~/.config/friend/messages.txt`
One message per line. Blank lines and lines starting with `#` are ignored.
```
# my own little pep talks
You wrote that test on purpose. Good job.
Coffee, then commits.
```
## Options
```
$ friend --help
```
## License
MIT