opener
opener copied to clipboard
Open a file or link in the system default program.
Currently when I open a folder through explorer with `open`, it opens it correctly but it's not focused, the explorer window is minimized. Is there any way to bring it...
Currently on WSL we require either `wslview` or `xdg-open` to be available on the system, but there are WSL distros that don't include either preinstalled.
Was redirected here from https://github.com/rust-lang/cargo/issues/8428. Given `cargo doc --open` uses this tool internally, seems like taking a look at `opener` could help resolve that issue. I'm not familiar with how...
Would the maintainer(s) of this crate be open for having Android support added to it? We use this crate on all desktop platforms but for android we currently use [`webbrowser`](https://crates.io/crates/webbrowser)...
- Fedora 38 + Gnome (Wayland) Repro: ``` > xdg-open foo.sav gio: file:///home/tibordp/foo.sav: Error when getting information for file “/home/tibordp/foo.sav”: No such file or directory > echo $? 4 >...