Crates.io | rnmx |
lib.rs | rnmx |
version | 1.0.0 |
source | src |
created_at | 2024-06-25 13:35:18.708331 |
updated_at | 2024-06-25 13:35:18.708331 |
description | CLI tool for renaming files and folders. |
homepage | |
repository | |
max_upload_size | |
id | 1283327 |
size | 67,801 |
A rename CLI tool to make easy the process mainly in Linux systems written in Rust.
# renaming a directory
rnmx -p my_folder/ my_renamed_folder/
# renaming an archive using verbose arguments
rnmx --path my_archive.ext my_renamed_archived.ext
rnmx -flag current_archive renamed_archive
rnmx -flag # to query extra info
-p, --path Specify the path to be renamed (Mandatory)
-h, --help Show this help menu and exit.
-i, --info Show tool info, repository link, author...
This tool and code can be distributed, edited or used under the MIT license conditions.
Contributions are always welcome, just explain your PR and let's merge!
When unit tests are executed, a file and a folder are created and then removed. If the test fails please check if you have another file or folder which is causing name conflicts. After the test failure, the file or folder tested will not be cleaned, you have to remove it automatically from the root of the project.
Yes, completely secure. It is not a tool that need extra permissions or violate your OS permissions structure. No telemetry or Adware, just a cleaned tool.
Currently you can use this tool in:
-- You can test the tool in a different OS, just main support is intended to these systems.
Yes, currently you can send me some:
TRX:
TSrWQBjjnUfDmfA59VirUvhmiYjiFbWwAN
BTC:
bc1qfd50nm4dzjx3asl0eaw0sw64c67kfyz5akara6
All amounts are well received. Thanks for use my tool and improve it with your PRs