- extract files spread across multiple folders
- filter on folder names, file names, or file types
- rename images using a file with image names (e.g. barcodes)
- uniquify a list of values in a column in a CSV file, e.g. barcode numbers
- uniquify file names before moving to another folder (to avoid name clashes on move)
To install, clone this repo to your local machine, cd into the batjs folder, open a command window, run npm install and then npm install -g. Open a new command window and try batjs --help for all commands or batjs <command> --help for individual command options.