about summary refs log tree commit diff
path: root/pkgs/profpatsch/xdg-open/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/xdg-open/mini-url: envvar instead of substituteProfpatsch2020-07-061-3/+3
| | | | | | | | 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-1/+10
| | | | | A small parser for http/https URLs. Substitutes host/port/path in argv.
* pkgs/profpatsch/xdg-open: implement special commandsProfpatsch2020-05-101-25/+67
|
* pkgs/profpatsch: add xdg-open, WIPProfpatsch2020-05-091-0/+88