nbir 1.0.0

Numeric Bulk Image Renamer (NBIR): rename image files to a sequential numbered scheme (e.g. base01.jpg, base02.png)
nbir-1.0.0 is not a library.

NBIR — Numeric Bulk Image Renamer

Rename image files in a directory to a sequential numbered scheme (e.g. base01.jpg, base02.png).

Installation

From crates.io:

cargo install nbir

From source:

git clone https://github.com/yourusername/simplebulkfilerenamer
cd simplebulkfilerenamer
cargo install --path .

Usage

nbir --base-name <NAME> [OPTIONS]

Options

Short Long Default Description
-b --base-name (required) Base name for renamed files (e.g. spacewallpaperspacewallpaper01.jpg, spacewallpaper02.png)
-d --directory . Directory containing images
-y --yes false Skip confirmation; rename immediately

Examples

Preview renames in the current directory (will ask for confirmation):

nbir -b vacation

Rename immediately without prompting:

nbir -b vacation -y

Target a specific folder:

nbir -b thumbs -d ~/Pictures/screenshots

Supported formats

.jpg, .jpeg, .png, .gif, .webp, .bmp, .tiff, .tif (case-insensitive)