Closed haunt98 closed 3 months ago
This is not possible right now, but I will consider adding this in the next release
@haunt98 https://github.com/ayoisaiah/f2/commit/f8542dc51ada09a64a6275b1fc3b76f857348cac
I've added the --fix-conflicts-pattern
flag so you can do something like:
f2 -r 'myfile.txt' -F --fix-conflicts-pattern '_%02d'
This gives you _01, _02 etc. Please see the latest nightly release
I tried and it's looking good
Thanks @ayoisaiah !
Hi @ayoisaiah , I think there is an regression.
I try to run f2 --replace "{mtime.YYYY}{mtime.MM}{mtime.DD}_{mtime.H}{mtime.mm}{mtime.ss}_{xt.ImageSize}{ext}" --fix-conflicts --fix-conflicts-pattern '_%02d' --exec
2 times but the result is not the same.
Upper is first run, lower is second run.
It's fixed now:
Thanks @ayoisaiah :D
For example currently fixing conflicts mean adding
(2)
,(3)
, ... to filenameCan I change to
_01
,_02
, ...Because for some reason I don't want space in filename.