unfurl 0.2.1

A tool for expanding links in text
1
2
3
4
5
6
7
8
9
10
# Unfurl
_Unfurl_ expands links in text and replaces them with useful content.

```
$ unfurl <<EOF
This issue was resolved: https://github.com/bww/unfurl/issues/1
EOF
This issue was resolved: This is just an example issue (#1)
$
```