modules/aerc: colorize .xml.gz files
This commit is contained in:
parent
807b75b227
commit
9a6af2dcc5
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ in
|
|||
"message/*" = "cat | colorize";
|
||||
"application/pgp-keys" = "gpg";
|
||||
".filename,~\\.gpg" = "gpg --decrypt";
|
||||
".filename,~\\.xml\\.gz" = "${pkgs.gzip}/bin/gunzip |"
|
||||
+ "${pkgs.xmlformat}/bin/xmlformat |"
|
||||
+ "${pkgs.bat}/bin/bat -fpp --file-name='$AERC_FILENAME' --language xml";
|
||||
};
|
||||
|
||||
openers = { };
|
||||
|
|
Loading…
Reference in a new issue