unfurl
unfurl copied to clipboard
MACOS : apexes mode does not work since v0.4.0
Hello Tom,
I'm on a MacOS M1 v12.4 and it seems "apexes" mode has stopped working after version 0.3.1. It works fine on a debian VPS with v0.4.0 and after.
POC :
$ rm /Users/me/go/bin/unfurl
$ go install github.com/tomnomnom/[email protected]
$ echo subdom.deezer.com | unfurl apexes
> subdom.deezer.com
$ echo subdom.deezer.com | unfurl format %t
> deezer.com
$ rm /Users/me/go/bin/unfurl
$ go install github.com/tomnomnom/[email protected]
$ echo subdom.deezer.com | unfurl apexes
> deezer.com
Hope this help. Regards