unfurl icon indicating copy to clipboard operation
unfurl copied to clipboard

MACOS : apexes mode does not work since v0.4.0

Open swdbo opened this issue 2 years ago • 0 comments

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

swdbo avatar Oct 19 '22 00:10 swdbo