Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 622 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 622 Bytes

libschemehandler

libschemehandler aims to be a portable solution for your application to register a custom uri scheme. All the configuration is done in a single file and can be places in an already existing .ini file.

Done

  • Add linux compatiblity with .desktop file creation and mime registering
  • Add Windows compatibility by adding scheme entry to the windows registry.

Todo

  • Remove annoying terminal popup for second instance of application.
  • Add Mac compatibility by doing whatever the fuck apple invented
  • Remove pointless dependencies (and add better dependency integration)