elentok / rename

Bulk rename CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename

Bulk rename CLI

Installation

Clone this repository and run:

deno install -g \
  --allow-net --allow-write --allow-read --allow-run --allow-env \
  https://github.com/elentok/rename/raw/main/rename.ts

And make sure ~/.deno/bin is in your PATH.

Usage

rename <pattern> <replacement> <file...>

e.g.

rename hello world **/*.ts

About

Bulk rename CLI

License:MIT License


Languages

Language:TypeScript 91.4%Language:Shell 8.6%