about summary refs log tree commit diff
path: root/pkgs/profpatsch/xdg-open/xdg-open.dhall
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/xdg-open: improve tool a bitProfpatsch2021-03-051-8/+19
|
* pkgs/profpatsch/xdg-open: Prepare decoding http urlsProfpatsch2020-07-061-0/+4
| | | | | | | | | I want to be able to open http(s) links that are e.g. images directly in the right application. Aka web urls should be transparent, instead of always opening everthing in the browser. This adds some silly ways of connecting to the server and parsing out the headers, in order to fetch the content-type.
* pkgs/profpatsch/xdg-open: make possible to parse protocolsProfpatsch2020-05-111-39/+78
| | | | | | | | This is now on par with the original script in https://github.com/Profpatsch/dotfiles/blob/a25c6c419525bef7ef5985f664b058dc9eb919e9/scripts/scripts/xdg-open Eventually it should probably migrate away from a generated bash script, but for now it’s fine.
* pkgs/profpatsch/xdg-open: implement special commandsProfpatsch2020-05-101-1/+2
|
* pkgs/profpatsch: add xdg-open, WIPProfpatsch2020-05-091-0/+92