Skip to content

This is the repository of "rename-arw", a script for MAC OS & Linux, that operates in the folder in which it is launched and renames all the RAW files with `.ARW` extension following this format: `YYYYMMDDHHmmss-<pattern><filename>`

License

Notifications You must be signed in to change notification settings

signoredellarete/rename-arw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rename-arw

Description

rename-arw is a script that operates in the folder in which it is launched and ranames all the RAW files with .ARW extension following this path:

YYYYMMDDHHmmss-<pattern><filename>

<pattern> must be provided by user.

YYYYMMDDHHmmss is retrieved from the datetime metadata of the file.

Installation

Download main.zip and extract zip file.

sudo mkdir -p /usr/local/bin/
sudo chmod +x /usr/local/bin/
cp rename-arw /usr/local/bin/
echo 'PATH=$PATH:/usr/local/bin/' >> ~/.bashrc

Usage

cd <directory-containing-arw>
rename-arw <pattern>

About

This is the repository of "rename-arw", a script for MAC OS & Linux, that operates in the folder in which it is launched and renames all the RAW files with `.ARW` extension following this format: `YYYYMMDDHHmmss-<pattern><filename>`

Topics

Resources

License

Stars

Watchers

Forks

Languages