1 stable release
1.0.0 | Jun 25, 2024 |
---|
#1036 in Filesystem
54KB
144 lines
Rename tool ( Renamix )
A rename CLI tool to make easy the process mainly in Linux systems written in Rust.
Examples
# 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
Screenshots
Usage
Syntax
rnmx -flag current_archive renamed_archive
rnmx -flag # to query extra info
Flags
-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...
License
This tool and code can be distributed, edited or used under the MIT license conditions.
Authors
Contributing
Contributions are always welcome, just explain your PR and let's merge!
Note for Devs
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.
names
- hello -> Creation name.
- bye -> Renaming name.
FAQ
Is secure to use this tool?
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.
Which OS ( Operative System ) is needed to use this tool?
Currently you can use this tool in:
- Windows 10 or superior.
- Linux systems.
- Mac OS
-- You can test the tool in a different OS, just main support is intended to these systems.
Can I make a thank you donation?
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