uwuhazelnut / DateiRenamer

0 stars 0 forks source link

DateiRenamer - port features from CLI application to GUI application #14

Open uwuhazelnut opened 1 year ago

uwuhazelnut commented 1 year ago

Task: port all the remaining features of the CLI file renaming tool to the WinForms renaming tool

uwuhazelnut commented 1 year ago

Changing suffix - done

Image

Creating name patterns - done

Image

Moving digit blocks - done

Image

uwuhazelnut commented 1 year ago

Missing features as of now are: adding digits, removing digits, adding leading zeros (all these features are meant to be accessible in the digitsForm)

uwuhazelnut commented 1 year ago

Adding digits, adding leading zeros - done

Image

Deleting digits is partly done. A new form to display all the skipped file names must be added still.

uwuhazelnut commented 1 year ago

Deleting digits is done now. A new form dialog is shown to display the conflicting file names: Image

NOTE: A new dialog box will be shown for each sub-directory, as I didn't know how to get around this issue.