https://github.com/madladsquad/untitledopen
A wrapper on top of a number of libraries for opening links and file pickers natively.
https://github.com/madladsquad/untitledopen
bindings c cpp url-opener
Last synced: 4 months ago
JSON representation
A wrapper on top of a number of libraries for opening links and file pickers natively.
- Host: GitHub
- URL: https://github.com/madladsquad/untitledopen
- Owner: MadLadSquad
- License: mit
- Created: 2023-09-05T17:05:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T12:00:42.000Z (7 months ago)
- Last Synced: 2025-12-05T09:14:58.752Z (7 months ago)
- Topics: bindings, c, cpp, url-opener
- Language: C++
- Homepage: https://madladsquad.com/desktop
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# UntitledOpen
[](https://github.com/MadLadSquad/UntitledOpen/actions/workflows/CI.yaml)
[](https://lbesson.mit-license.org/)
[](https://discord.gg/4wgH8ZE)
A wrapper library that allows for opening doing the following in a cross-platform way:
1. Using native file pickers
1. Opening URIs using the default application for the given URI
Dependencies:
1. [nativefiledialog-extended](https://github.com/MadLadSquad/nativefiledialog-extended) - All file picking operations
1. Opening URIs
1. Windows - the standard Windows runtime libraries
1. MacOS - the `CoreFoundation` & `ApplicationServices` frameworks
1. Linux & Unix-based systems - DBus & XDG desktop portals
## Building & installing
All information can be found on the [wiki](https://github.com/MadLadSquad/UntitledOpen/wiki/Home).