Welcome to the File/Dir Management CLI Tool! This tool is designed to help you manage files and directories on your system with ease using simple and efficient commands. It is built using Rust for optimal performance and reliability.
- 📁 List Files and Directories: Quickly list all files and directories within a specified path.
- 📝 Create Files and Directories: Easily create new files and directories.
- 🗑️ Delete Files and Directories: Safely delete files and directories.
- 🔀 Move/Rename Files and Directories: Move or rename files and directories.
- 📋 **Copy Files and Dire
To install this tool, you need to have Rust installed on your system. If you don't have Rust installed, you can get it from rust-lang.org.
-
Clone the repository:
gh repo clone santoshakil/ultron
-
Navigate to the project directory:
cd ultron
-
Build the project:
cargo build --release
-
Run the tool:
./target/release/ultron
Below are some example commands on how to use the File/Dir Management CLI Tool:
-
Copy a file or directory:
ultron copy-all-files <source_path> <destination_path>
We welcome contributions from the community! If you're interested in contributing to the development of this tool, please follow these steps:
-
Fork the repository on GitHub.
-
Create a new branch from the
master
branch:git checkout -b feature/your-feature-name
-
Make your changes and commit them with descriptive messages.
-
Push your changes to your forked repository:
git push origin feature/your-feature-name
-
Open a pull request on GitHub and describe the changes you have made.
If you have any questions, suggestions, or feedback, feel free to open an issue or discussions on GitHub.
Thank you for using the File/Dir Management CLI Tool!