From e85619b5b445d7816ed1bb7532f4beba154b69fc Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 27 May 2025 16:57:22 +0200 Subject: [PATCH] home/downloads-sorter: fix issue where dlsorter ate .tar.*.part files --- home/config/downloads-sorter.nix | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/home/config/downloads-sorter.nix b/home/config/downloads-sorter.nix index d1dcf9a..587b3f8 100644 --- a/home/config/downloads-sorter.nix +++ b/home/config/downloads-sorter.nix @@ -8,12 +8,36 @@ in mappings = { "archives" = [ "*.rar" - "*.tar.*" - "*.tgz" "*.zip" - "*.gz" - "*.xz" + "*.7z" + "*.tar" + + "*.tar.bz2" + "*.tar.gz" + "*.tar.lz4" + "*.tar.lzma" + "*.tar.sz" + "*.tar.sz" + "*.tar.xz" + "*.tar.zst" + + "*.tbz" + "*.tbz2" + "*.tgz" + "*.tlz4" + "*.tlzma" + "*.tsz" + "*.txz" + "*.tzst" + "*.bz2" + "*.gz" + "*.lz4" + "*.lzma" + "*.sz" + "*.sz" + "*.xz" + "*.zst" ]; "pictures" = {