bulkrename

Crates.iobulkrename
lib.rsbulkrename
version0.1.2
sourcesrc
created_at2020-09-12 16:56:23.841907
updated_at2020-09-12 16:56:23.841907
descriptionbulkrename is a tool for renaming large numbers of files.
homepagehttps://github.com/Soft/bulkrename
repositoryhttps://github.com/Soft/bulkrename
max_upload_size
id287840
size13,527
pac (github:rp-rs:pac)

documentation

README

bulkrename

Build Status GitHub release License: MIT

bulkrename is a tool for renaming large numbers of files.

bulkrename accepts file paths either via command line arguments or via standard input. When invoked, bulkrename opens a file in EDITOR with the input paths. After user exits EDITOR, bulkrename will rename all the input files using the file names from the file as their new names.

If you are familiar with the bulkrename command of the Ranger file manager, this program works basically the same way.

Usage

usage: bulkrename [-h|--help] [FILE]...
bulkrename is a tool for renaming large numbers of files.

options:
  -h, --help:        display this help

Examples

bulkrename file-1.txt file-2.txt file-3.txt
find examples | bulkrename
Commit count: 9

cargo fmt