Describe the bug
I'm using two actions rename and move, but I'm having problem with the rename action. The environment variable doesn't expand?
I have tried things like:
-
rename: "{path.name.replace('IMG', "{env.DEST}")}"
-
rename: "{path.name.replace('IMG', '{env.DEST}')}"
-
move: "Pictures/{env.DEST}"
Environment (please complete the following information):
- OS: MacOS
- Output of
organize --version: organize v3.3.0
Describe the bug
I'm using two actions rename and move, but I'm having problem with the rename action. The environment variable doesn't expand?
I have tried things like:
rename: "{path.name.replace('IMG', "{env.DEST}")}"
rename: "{path.name.replace('IMG', '{env.DEST}')}"
move: "Pictures/{env.DEST}"
Environment (please complete the following information):
organize --version: organize v3.3.0