A powerful command-line interface (CLI) tool built with Node.js to help you organize files in a specified directory based on their file types. This tool simplifies the process of keeping your directories tidy by automatically sorting files into corresponding folders.
- Organize Files: Automatically categorizes files into folders based on their type (e.g., images, documents, audio).
- Exclude File Types: Allows users to specify file types that should not be organized.(ongoing)
- Undo Last Action: Provides functionality to revert the last organization operation.(ongoing)
- User-Friendly CLI: Simple commands to use the tool effectively.
-
Clone the Repository:
git clone https://github.com/Vkxm/TidyFiles.git
-
Navigate to the Directory:
cd TidyFiles
-
Install Dependencies:
npm install
To organize files in a specified directory, use the following command:
organize
<dir path>
For example, to organize files in your Downloads
folder:
organize
home/user/Downloads
Contributions are welcome! If you have ideas for new features or encounter any issues, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.