Update README.md

This commit is contained in:
Adrian Schlett 2019-11-23 21:23:44 +00:00
parent 530378aac3
commit f55f439597

View File

@ -1,10 +1,15 @@
# BFR - A Modular Bulk File Renaming Utility # BFR - A Modular Bulk File Renaming Utility
Inspired by [this project](https://git.lastassault.de/speatzle/BulkFileRenamer) by _speatzle. Inspired by [this project](https://git.lastassault.de/speatzle/BulkFileRenamer) by _speatzle.
Everyone is welcome to contribute!
## Features ## Features
- A mordern scalable UI (Avalonia) - Mordern scalable UI (Avalonia)
- A modular system for renaming files - Extremely flexible
- Regex support - Stack-based undo
- Fast and automatic preview
- Cross-Platform and portable
- Supports RegEx
### Operations ### Operations
- Add, Remove, Replace, Overwrite, Number, Sort - Add, Remove, Replace, Overwrite, Number, Sort
@ -13,7 +18,10 @@ Inspired by [this project](https://git.lastassault.de/speatzle/BulkFileRenamer)
- [Case Conversion](https://git.lastassault.de/adroslice/bfr/issues/1) - [Case Conversion](https://git.lastassault.de/adroslice/bfr/issues/1)
- [Save-/Loadable Profiles](https://git.lastassault.de/adroslice/bfr/issues/3) - [Save-/Loadable Profiles](https://git.lastassault.de/adroslice/bfr/issues/3)
- Operations based on file Metadata - Operations based on file Metadata
- Support for subdirectories - Optional Subdirectory Scanning
- Option to disable automatic previewing
- Tooltips for added clarity on every UI input
- Improved Add-/Remove-Buttons
- Anything good that gets [requested](https://git.lastassault.de/adroslice/bfr/issues)! - Anything good that gets [requested](https://git.lastassault.de/adroslice/bfr/issues)!
## [Releases](https://git.lastassault.de/adroslice/bfr/-/releases) ## [Releases](https://git.lastassault.de/adroslice/bfr/-/releases)