aboutsummaryrefslogtreecommitdiff
path: root/sorter/rules.toml
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-13 17:37:26 +0200
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-13 17:37:26 +0200
commit51d43498b07dc97d795947964534f0903cd05db5 (patch)
tree735712bd50b5c244ef922a3b873c709ecce604cd /sorter/rules.toml
parent39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 (diff)
downloadbin-51d43498b07dc97d795947964534f0903cd05db5.tar.gz
bin-51d43498b07dc97d795947964534f0903cd05db5.zip
routine backup
Diffstat (limited to 'sorter/rules.toml')
-rw-r--r--sorter/rules.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sorter/rules.toml b/sorter/rules.toml
index 0c0a7ac..ae1cbfd 100644
--- a/sorter/rules.toml
+++ b/sorter/rules.toml
@@ -29,6 +29,15 @@ supported_extensions = [
".xls",
".md",
".odt",
+ ".sh",
+ ".py",
+ ".js",
+ ".ts",
+ ".html",
+ ".css",
+ ".json",
+ ".yaml",
+ ".toml",
]
# ── Categories ────────────────────────────────────────────────────────────────
@@ -79,6 +88,10 @@ filename_keywords = [
"akw",
]
+[[categories]]
+name = "Code"
+description = "Scripts and source code files"
+filename_keywords = [".sh", ".py", ".js", ".ts", ".html", ".css", ".json", ".yaml", ".toml"]
# ── Add more categories below ─────────────────────────────────────────────────
# [[categories]]