Skip to content
/ TidyFiles Public

A CLI tool to organize files based on file type in a directory

Notifications You must be signed in to change notification settings

Vkxm/TidyFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TidyFiles

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.

Features

  • 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.

Installation

  1. Clone the Repository:

    git clone https://github.com/Vkxm/TidyFiles.git
  2. Navigate to the Directory:

    cd TidyFiles
  3. Install Dependencies:

    npm install

Usage

Organize Files

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

Contributing

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.

License

This project is licensed under the MIT License.

About

A CLI tool to organize files based on file type in a directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published