open_cmd 0.1.0

Generate commands for opening paths and URIs with the system handler
Documentation

Generate commands for opening paths and URIs in the default system handler.

These methods return [std::process::Command] instances that can immediately be run to open the given target, or modified to provide different stdin/stdout/stderr streams.

This crate used https://dwheeler.com/essays/open-files-urls.html as a reference.