Rename File with Incremented Numbering
I want to create a rule in Hazel 6 that does the following:
If a file name contains “XYZ”, rename the file to XYZ and append a number that increments each time the rule runs. For example, this month, the renamed file would be XYZ 232 and the following month it would be XYZ 233.
I would also like to remove the file type extension.
My rule so far is as follows:
Condition: Name contains XYZ
Action: Rename with pattern
I am not able to find Conditional Attributes to allow for the numbering.
If a file name contains “XYZ”, rename the file to XYZ and append a number that increments each time the rule runs. For example, this month, the renamed file would be XYZ 232 and the following month it would be XYZ 233.
I would also like to remove the file type extension.
My rule so far is as follows:
Condition: Name contains XYZ
Action: Rename with pattern
I am not able to find Conditional Attributes to allow for the numbering.