sindresorhus/opn




Do you want to work on this issue?
You can request for a bounty in order to promote it!
Fix cannot open url contains `|` on windows #98
baoti posted onGitHub
- If contains space, DO NOT escape;
- otherwise, DO escape.
- No matter target is URL, or file path.
- Escape Character:
&
\
<
>
^
|
Detail in #74 (comment).