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.