I'd like to register a protocol handler, like "myapp:", across OS X, Linux, and Windows, so that when someone clicks an URL like "myapp://some/params" in a web browser, a python script will be called and passed in those params.I'd like to register a protocol handler, like "