about summary refs log tree commit diff
path: root/pkgs/profpatsch/xdg-open/mini-url.rs
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/xdg-open: improve tool a bitProfpatsch2021-03-051-1/+1
|
* pkgs/profpatsch/xdg-open/mini-url: envvar instead of substituteProfpatsch2020-07-061-252/+11
| | | | | | | | It’s a lot simpler to just export the parsed attribute as envvars. Remove the substitute stuff (it already went into the el_substitute lib anyway) and replace the xpathexec0 code with the function from the el_exec lib.
* pkgs/profpatsch/xdg-open: add mini-urlProfpatsch2020-07-061-0/+384
A small parser for http/https URLs. Substitutes host/port/path in argv.