A Modular Bulk File Renaming Utility
Go to file
adroslice 0eb940012d Implemented preview TODO, modified exception handling
- Better handles unexpected exceptions
- Expected exceptions should be OperationException
- Leaves files unchanged even if the exception occurs at *any* point of the operation
- TODO: Probably have to optimize this.
- Operations now operate on IList<T> instead of List<T> to maintain compatibility with AvaloniaList<T>
- Slightly better comments
2019-11-16 02:47:07 +01:00
BFR Implemented preview TODO, modified exception handling 2019-11-16 02:47:07 +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