A go library to register custom URL scheme in the operating system. Inspired by https://github.com/Vrixyz/system_uri
This library allows registering a custom URL scheme like foobar://
in the system and execute a defined program.
The scheme is registered via a registry entry under TODO.
The scheme is registered via TODO.
The scheme is registered via a scheme (scheme)-url-handler.desktop
file under the users XDG application directory.
See CONTRIBUTING.md.
Made with love and go.