Rename batch of files interactively using JXA ๐~
Inspired by dtinth's Batch File Rename.
-
git clone git@github.com:YYCoder/rename-files.git
: clone this repository -
cd rename-files
: change directory -
npm install
: install dependencies -
yarn build
: bundle typescript files to JXAyarn build
will generate a JXA script namedindex.scpt
at your current working dictionary. -
add it to OS X Service or you can save it as an app, also just use
osascript
to run it