about summary refs log tree commit diff
path: root/pkgs/profpatsch/xdg-open/config.dhall
Commit message (Collapse)AuthorAgeFilesLines
* xdg-open: add ics files to the calendar & sync to webdavProfpatsch2021-10-261-0/+5
| | | | | Sync the calendar every 15 minutes with a user service, and add ics file support to xdg-open.
* pkgs/profpatsch/xdg-open: fix text/html oversightProfpatsch2021-06-071-1/+1
|
* pkgs/profpatsch/xdg-open: Remove UriGlobHandlerProfpatsch2021-05-131-14/+7
| | | | | | The concept of a transparent handler wasn’t actually used anywhere and now that we want to generate the firefox json as well, it just hinders us from doing that in an easy way.
* pkgs/profpatsch/xdg-open: directly pass MimeMatch to xdg-open scriptProfpatsch2021-05-121-7/+7
| | | | | | | No use in passing through the mime type now that we can just directly render the commands in the protocol handlers. This gives us the base for generating the Firefox handlers.json.
* pkgs/profpatsch/xdg-open: use the new matcher listProfpatsch2021-05-121-76/+3
| | | | Removes the duplication of command handlers.
* pkgs/profpatsch/xdg-open: prepare for adding firefox handler supportProfpatsch2021-05-121-157/+257
| | | | | | | | | This diff is a bit bad cause of whitespace changes, but effectively this copies all handlers into the mime handler definitions and duplicates them for now. We want to use the same config to generate a firefox mime handler file.
* pkgs/profpatsch/xdg-open: add lagrange as gemini & gopher handlerProfpatsch2021-05-081-0/+12
|
* pkgs/profpatsch/xdg-open: improve tool a bitProfpatsch2021-03-051-20/+48
|
* machines/shiki: use imv instead of fehProfpatsch2020-08-201-1/+1
|
* pkgs/profpatsch/xdg-open: make possible to parse protocolsProfpatsch2020-05-111-21/+23
| | | | | | | | 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-4/+4
|
* pkgs/profpatsch: add xdg-open, WIPProfpatsch2020-05-091-0/+119