Crates.io | rust_mkdir |
lib.rs | rust_mkdir |
version | 0.1.0 |
source | src |
created_at | 2023-06-27 13:05:49.373636 |
updated_at | 2023-06-27 13:05:49.373636 |
description | A tool to create directories |
homepage | https://github.com/Truthixify/rust_mkdir |
repository | https://github.com/Truthixify/rust_mkdir |
max_upload_size | |
id | 901286 |
size | 8,103 |
Rust Mkdir is a delightful remake of the venerable "mkdir" command, written in the expressive and robust Rust programming language. It aims to provide a modern, efficient, and user-friendly directory creation tool, inspired by the simplicity and elegance of the original.
đ Intuitive Syntax: Rusty Mkdir follows a familiar syntax, allowing you to effortlessly create directories by specifying the desired path or paths.
đ Recursive Mode: Create directories and any necessary parent directories recursively with a single command.
âšī¸ Verbose Output: Gain insights into the directory creation process through clear and informative messages.
â ī¸ Error handling : Provide meaningful error messages and handle exceptional cases gracefully.
đ¨ Color-coded output: Enhance readability and visual appeal by using colors to output messages.
đ Command-line flags: Support different options and flags to customize the behavior of the mkdir command.
đ Performance optimization: Optimize the implementation for efficient execution, even with large directory structures.
##Feature To Be Added
To get started with the project, follow these steps:
git clone https://github.com/truthixify/rust_mkdir.git
cd rust_mkdir
cargo build
cargo run -- [directory_path]
Replace directory_path
with the path of the directory you want to create.
Explore the available command-line options and flags:
cargo run -- --help
Contributions to this project are welcome! If you'd like to contribute, please follow these steps:
Note Please ensure that your code follows the project's coding style and conventions. Additionally, consider writing tests for any new functionality or modifications.
This project is licensed under the MIT License.
We would like to express our gratitude to the creators and maintainers of the original "mkdir" command for their timeless contribution to the world of software. Their elegant solution continues to inspire us as we reimagine it in Rust.
If you have any questions or suggestions regarding this project, please feel free to contact truthixify at truthixify@gmail.com.
Happy coding! đ