Hi
I’m currently migrating some of my file automation workflows from Hazel to Forel. One of my essential workflows is keeping my downloads clean by automatically moving files into monthly archive folders (e.g., ~/Downloads/Backup/2026-07/).
Right now, I have to use a custom Zsh script with mkdir -p to achieve this. It would be a massive quality-of-life improvement if the native "Move" action supported dynamic date tokens/placeholders (like {{year}}-{{month}} or %Y-%m) directly in the destination path.
Ideally, if the dynamic subfolder doesn't exist yet when the rule triggers, Forel would just create it automatically before moving the file.
This is a super common pattern for sorting receipts, logs, or daily downloads, and having it as a native feature would make Forel even more powerful.
Thanks for the great work on this project!
Hi
I’m currently migrating some of my file automation workflows from Hazel to Forel. One of my essential workflows is keeping my downloads clean by automatically moving files into monthly archive folders (e.g., ~/Downloads/Backup/2026-07/).
Right now, I have to use a custom Zsh script with mkdir -p to achieve this. It would be a massive quality-of-life improvement if the native "Move" action supported dynamic date tokens/placeholders (like {{year}}-{{month}} or %Y-%m) directly in the destination path.
Ideally, if the dynamic subfolder doesn't exist yet when the rule triggers, Forel would just create it automatically before moving the file.
This is a super common pattern for sorting receipts, logs, or daily downloads, and having it as a native feature would make Forel even more powerful.
Thanks for the great work on this project!