Release of nomenus-rex 0.4.0, a utility for bulk file renaming
A new version of the Nomenus-rex command-line utility, designed for bulk file renaming, is now available. The program is written in C++ and is distributed under the GPLv3 license. Renaming rules are configured using a configuration file. For example: source_dir = "/home/user/work/source"; destination_dir = "/home/user/work/destination"; keep_dir_structure = false; copy_or_rename = "copy"; rules = ( { type = "date"; date_format = "%Y-%m-%d"; }, { […
