Releases: ayoisaiah/f2
Releases · ayoisaiah/f2
v1.5.6
- Replacements can now start from the end of the file name by passing a negative number to
--replace-limit
. For example,-2
will replace the last 2 matches in the file name.
v1.5.5
- Add the
-l
or--replace-limit
option for limiting replacements. - String literal mode now provides the correct output when used with
--ignore-case
.
v1.5.4
- Updated syntax for string transformation
- Exif variables no longer output extra text for greater control. For example:
{{exif.et}}
gives1_10
instead of1_10s
.
v1.5.3
v1.5.2
v1.5.1
v1.5.0
- Add a
--quiet
option so that F2 will not output any info to the standard output (including errors). - Improved colours and support coloured output on Windows.
- Add support for ID3 and random string variables.
- Add sorting options. You can sort by file size and date attributes.
- Conflict detection is now much improved. F2 will now check if the filename contains invalid characters or if it exceeds the maximum allowed length.
- Backups for each operation is now automated.
--undo
no longer takes a file argument, and the--output-file
flag is deprecated and removed. - The backup file is now deleted automatically after a successful reversion.