A Modular Bulk File Renaming Utility
Go to file
adroslice 5d8327f071 Fully implemented Operations UI with one example
- You can now add, remove, modify and move operations
- FilterChangedAny was renamed to FilterChanged, the new event for the preview follows the same naming scheme with PreviewChanged
- Operations now actually verify that they're enabled (This was originally supposed to be done in the loop in Preview(), but this way seems nicer since it also removes the error label when the operation is disabled)
- The foundation has been laid to make it very easy to add more operations
2019-11-17 02:22:13 +01:00
BFR Fully implemented Operations UI with one example 2019-11-17 02:22:13 +01:00
.gitattributes Initial commit 2019-11-13 20:18:13 +01:00
.gitignore Initial commit 2019-11-13 20:18:13 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml 2019-11-14 12:56:38 +00:00
BFR.sln Update Avalonia to preview, Minor Refactor 2019-11-13 20:40:30 +01:00
LICENSE Initial commit 2019-11-13 20:18:13 +01:00
README.md Project Setup 2019-11-13 20:26:04 +01:00

BFR (Working Title)

A modular bulk file renaming utility inspired by git.lastassault.de/speatzle/BulkFileRenamer