3 releases
0.0.3 | Jun 18, 2019 |
---|---|
0.0.2 | Jun 14, 2019 |
0.0.1 | Jun 14, 2019 |
#23 in #programmatically
30 downloads per month
18KB
470 lines
macos-open
A simple way to use /usr/bin/open features in the programmatically way.
This is a wrapper around Core Foundation, Launch Services and File Metadata frameworks.
Contributions are welcome.
tl;dr
Just use it like this
use macos_open::open;
open("http://www.example.com/");
lib.rs
:
A simple way to use /usr/bin/open features in the programmatically way. This is a wrapper around Core Foundation, Launch Services and File Metadata frameworks.
Dependencies
~4MB
~107K SLoC