about summary refs log tree commit diff
path: root/pkgs/profpatsch/xdg-open/read-http.rs
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/xdg-open: improve tool a bitProfpatsch2021-03-051-5/+12
|
* pkgs/profpatsch/xdg-open: Prepare decoding http urlsProfpatsch2020-07-061-0/+56
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.