3 releases

0.0.3 Jun 18, 2019
0.0.2 Jun 14, 2019
0.0.1 Jun 14, 2019

#21 in #programmatically

Download history 2/week @ 2024-02-15 21/week @ 2024-02-22 20/week @ 2024-02-29 2/week @ 2024-03-07 4/week @ 2024-03-14 36/week @ 2024-03-28 17/week @ 2024-04-04

53 downloads per month

Custom license

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

~4.5MB
~120K SLoC