Crates.io | refi |
lib.rs | refi |
version | 3.2.1 |
source | src |
created_at | 2021-02-05 09:06:37.547817 |
updated_at | 2024-08-10 13:32:44.302967 |
description | Rename files in numeric order |
homepage | https://miicat.eu |
repository | https://gitlab.com/miicat/refi |
max_upload_size | |
id | 350960 |
size | 133,328 |
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
You can install refi from crates.io or by building yourself from source.
See wiki for full 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
Simply run refi -h
or refi --help
for long help.
If you want to support me, feel free to use paypal
This library is licensed under GPLv3