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
Watching `~/Downloads`, `ITR-kanishk-2026.pdf` moves to
260
+
`~/personal/kanishk-itr/`, `form16.pdf` to `~/Downloads/tax/2026/`, and
261
+
`amazon-order.pdf` to `~/Downloads/Amazon/`.
262
+
208
263
### `[rules]`
209
264
210
265
- Type: map/table of category name -> extension list
@@ -237,6 +292,8 @@ These are the built-in defaults used when no custom rules are set:
237
292
-`arrange` command filters (`--keyword`, `--extension`) are CLI options, not TOML (separate from `[keyword_rules].rules`, which affects `scan`/`preview`/`start`).
238
293
-`scan`/`preview` depth is currently top-level only.
239
294
-`start` watcher is currently non-recursive.
295
+
- Keyword rules match on filename keywords only. Matching a keyword *and* an extension in one rule is not expressible in TOML today; use `filo arrange -k <keyword> -e <ext> -d <path>` for that.
296
+
- Path destinations are not watched implicitly. If you want files that land in a `to_type = "path"` destination to be organized further, add that path to `watch.folders` yourself.
240
297
241
298
## Extending this document for future TOML options
0 commit comments