You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
routes `May_RECEIPT.png` to `Documents` with first-match precedence.
207
+
178
208
### `[rules]`
179
209
180
210
- Type: map/table of category name -> extension list
181
211
- Default: built-in categories from `src/config/defaults.rs`
182
212
- Meaning:
183
-
Routes files by extension to category folder.
213
+
Routes files by extension to category folder when no keyword rule matched.
184
214
- Runtime behavior:
185
215
- Extension matching is case-insensitive.
186
216
- Files without extensions fall back to `other_category`.
@@ -204,7 +234,7 @@ These are the built-in defaults used when no custom rules are set:
204
234
205
235
## What config does not control (today)
206
236
207
-
-`arrange` command filters (`--keyword`, `--extension`) are CLI options, not TOML.
237
+
-`arrange` command filters (`--keyword`, `--extension`) are CLI options, not TOML (separate from `[keyword_rules].rules`, which affects `scan`/`preview`/`start`).
208
238
-`scan`/`preview` depth is currently top-level only.
209
239
-`start` watcher is currently non-recursive.
210
240
@@ -235,4 +265,3 @@ Also update:
235
265
-`src/config/mod.rs` (schema + serde defaults)
236
266
-`src/config/defaults.rs` (constants/default maps as needed)
0 commit comments