2 releases

0.2.1 Aug 29, 2024
0.2.0 Aug 27, 2024

#545 in Filesystem

MIT license

255KB
907 lines

Contains (DOS exe, 215KB) exes/fsrenamer_v0.2.1_win64.exe

Simple tool for refactoring names in an automated way. Removes all nonstandart, illegal characters and whitespaces from names of directories and files.

Can be used either as an executable or as a crate, providing renaming and refactoring APIs. To control what should be affected and how check DOCUMENTATION.md or run with --help flag

WARNING Work in progress, bugs expected, DO NOT USE ON IMPORTANT FILES WITHOUT BACKUP!


lib.rs:

Refactors names of files and directories in given destination.

Some features require you to set up an instance of the Config,
you can create one either with default values or from given arguments, to do that check Structs - Config section.

USE BACKUP BEFORE USING ON IMPORTANT FILES

No runtime deps