A Modular Bulk File Renaming Utility
18a2d7154f
- Drag+Drop now shows a black line where the item is going to be dropped as an additional visual cue to make it more intuitive - Avalonia's dark default style is lacking two things: -- Highlights on ListBoxItem are too bright (easy fix) -- The window decoration remains white (could be disabled and replaced with custom title bar) |
||
---|---|---|
BFR | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
BFR.sln | ||
LICENSE | ||
README.md |
BFR - A Modular Bulk File Renaming Utility
Inspired by this project by speatzle_.
Everyone is welcome to contribute!
Features
- Mordern scalable UI (Avalonia)
- Extremely flexible
- Stack-based undo
- Fast and automatic preview
- Cross-Platform and portable
- Supports RegEx
Operations
- Add, Remove, Replace, Overwrite, Number, Sort
Upcoming Features
- Case Conversion
- Save-/Loadable Profiles
- Operations based on file Metadata
- Optional Subdirectory Scanning
- Option to disable automatic previewing
- Improved Add-/Remove-Buttons
- Anything good that gets requested!