7 stable releases

3.2.1 Aug 10, 2024
3.2.0 Mar 21, 2024
3.1.3 Feb 19, 2024
3.1.2 Nov 30, 2023
3.0.0 Feb 5, 2021

#551 in Command line utilities

Download history 1/week @ 2024-07-26 110/week @ 2024-08-09 6/week @ 2024-08-16 12/week @ 2024-09-13 12/week @ 2024-09-20 12/week @ 2024-09-27 1/week @ 2024-10-04

366 downloads per month

AGPL-3.0-only

82KB
2K SLoC

File renamer

Description

refi is Rust program to help you rename files fast in numeric order.

This was previously named as img-renamer. All versions >= 3.0.0 are for refi, below 3.0.0 are for img-renamer

Installation

You can install refi from crates.io or by building yourself from source.

Usage

See wiki for full usage

Basic usage

This will rename all files in ~/Pictures folder like this: 0000001.png, 0000002.jpg, 0000003.txt...

refi ~/Pictures
Output:

image.png -> 0000001.png
picture.jpg -> 0000002.jpg
file.txt -> 0000003.txt
____________________
Renaming 3 of 3
Are you sure you want to rename (y/n): y
Do you want to save a log file(y/n): n

Print help text

Simply run refi -h or refi --help for long help.

Author

Miika Launiainen

Donating

If you want to support me, feel free to use paypal Donate

License

This library is licensed under GPLv3

Dependencies

~5–17MB
~155K SLoC