Skip to content

MadLadSquad/UntitledOpen

Repository files navigation

UntitledOpen

CI MIT license trello Discord

A wrapper library that allows for opening doing the following in a cross-platform way:

  1. Using native file pickers
  2. Opening URIs using the default application for the given URI

Dependencies:

  1. nativefiledialog-extended - All file picking operations
  2. Opening URIs
    1. Windows - the standard Windows runtime libraries
    2. MacOS - the CoreFoundation & ApplicationServices frameworks
    3. Linux & Unix-based systems - DBus & XDG desktop portals

Building & installing

All information can be found on the wiki.