open_cmd 0.1.1

Generate commands for opening paths and URIs with the system handler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "open_cmd"
version = "0.1.1"
edition = "2021"
description = "Generate commands for opening paths and URIs with the system handler"
documentation = "https://docs.rs/open_cmd"
license = "MIT"
repository = "https://github.com/Shadow53/open_cmd"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
path-clean = "1.0"
thiserror = "2.0"
tracing = { version = "0.1", optional = true }
url = "2.2"
which = "8.0"