[go-nuts] Re: Registering a Go app as a protocol handler under Mac OS X

2018-12-13 Thread sateeshandey
Hi Joe, Hope you have achieved what you are trying to. Not sure if some one will go through my post. Since it's more than a year from since this conversation was started. I have a developed an app in JavaFX. The idea is to use it in win and mac. For win created installer using InnoSetup wich al

[go-nuts] Re: Registering a Go app as a protocol handler under Mac OS X

2017-03-08 Thread Joe Blue
thansk nathan, i will try it out now. I am curious if anyone else has done this for windows, Linux, Android and IOS ? I am working on building apps with golang and QT, and need to be able to do it cross platform. QT has aweful support for this, and i think a golang lib that does this, will all

[go-nuts] Re: Registering a Go app as a protocol handler under Mac OS X

2017-02-20 Thread Nathan Kerr
I managed to get this working. https://gist.github.com/nathankerr/38d8b0d45590741b57f5f79be336f07c I don't know what sort of app you are making, so I made a simple gui that displays the url received, with some filler text before any are. I think the non-ui parts should transfer to whatever you

[go-nuts] Re: Registering a Go app as a protocol handler under Mac OS X

2017-02-19 Thread tahapahr
On Thursday, July 7, 2016 at 12:50:02 AM UTC+3, chris...@gmail.com wrote: > > Hi, > > I'm trying to hook up a Go application to a URL protocol handler in Mac OS > X. I want a user to be able to click on a link such as myapp://foo/bar and > have that launch myapp and be able to access the full