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
After `filo init` writes config, automatically start watcher mode.
114
114
- Runtime behavior:
115
115
Used only by `filo init`.
116
+
- Notes:
117
+
This is a one-time action for the current session, not startup behavior.
118
+
It does not survive a reboot. Starting filo on every login is a separate
119
+
choice, offered as its own prompt in `filo init` and available any time as
120
+
`filo autostart enable`. That setting lives in the OS service manager, not
121
+
in this file.
116
122
117
123
#### `watch.debounce_ms`
118
124
@@ -294,6 +300,7 @@ These are the built-in defaults used when no custom rules are set:
294
300
-`start` watcher is currently non-recursive.
295
301
- 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
302
- 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.
303
+
- OS autostart (start filo on login) has no TOML key. It is a launchd plist, systemd user unit, or Windows registry Run key, installed by `filo autostart enable` or by answering yes to the autostart prompt in `filo init`. Query it with `filo autostart status`. Do not confuse it with `watch.auto_start`.
297
304
298
305
## Extending this document for future TOML options
0 commit comments