Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.51 KB

File metadata and controls

27 lines (16 loc) · 1.51 KB

English | 中文

rename-files

Rename batch of files interactively using JXA 😁~

Inspired by dtinth's Batch File Rename.

Installation

  1. git clone git@github.com:YYCoder/rename-files.git: clone this repository

  2. cd rename-files: change directory

  3. npm install: install dependencies

  4. yarn build: bundle typescript files to JXA

    yarn build will generate a JXA script named index.scpt at your current working dictionary.

  5. add it to OS X Service or you can save it as an app, also just use osascript to run it

Other JXA resources