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

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rename-arw

Description

rename-arw is 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>

<pattern> must be provided by user.

YYYYMMDDHHmmss is retrieved from the datetime metadata of the file.

Installation

Download main.zip and extract zip file, then:

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

Usage

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

Example

image

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