Thomas Coenen
Thomas Coenen
Just forgot: You have some `max_Depth` in your config which must be renamed to `max_depth`.
New version is out 👍
Hi and thanks for the PR! I currently don't see any changes in the commit, can you look into this?
If I understand this correctly you may look into the `detect_original_by: "last_seen"` option of the duplicate filter. `last_seen` marks the file that was found later as the duplicate. Example: ```yaml...
„Which came first“ is not time based but based on the order of the locations you provide. Organize walks through the locations in the given order, so files in the...
Am I missing something here? Can you post a imaginary config to see how this should be specified?
Do you have a syntax for this in mind?
Have a look at the `watch` branch: https://github.com/tfeldmann/organize/tree/tf/watch This supports running in watch-mode (´organize run --watch`) which automatically detects file and folder changes by monitoring file system notifications. Until this...
You can do action-only rules like this: ```yaml rules: - actions: - echo: "Hello" - shell: "some command" ``` But it seems this is not really your usecase? Have you...