Rename files with list, renames a group of files using a list containing the old and the new filenames.
Manual :
1- install Julia free programming language. Compatibility verified with Julia 1.6.0
2- unzip the software
3- copy your lists of filemanes in the "lists" formatted as follows :
old name (tab) new name
file1.txt
file2.txt
new1.txt
new2.txt
4- edit the config/config.txt file to match your input/output directory
or copy files in the “data” directory
Using remote dir is possible.
exemple :
inputDir = /media/InDir/
outputDir = /media/OutDir/
4- execute the software by the command : julia software_name
5- processed file is in the “result” directory by default or the ouput directory of the config file.